#2672ED

Color #2672ED Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #2672ED

Tints of Royal Blue #2672ED

Color information

#2672ED (or 0x2672ED) is unknown color: approx Royal Blue. HEX triplet: 26, 72 and ED. RGB value is (38,114,237). Sum of RGB (Red+Green+Blue) = 38+114+237=389 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.77% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 237 (92.97% from 255 or 60.93% from 389); Max value from RGB is 237 - color contains mainly: blue. Hex color #2672ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2672ED is #D98D12. Grayscale: #686868. Windows color (decimal): -14257427 or 15561254. OLE color: 15561254.

HSL color Cylindrical-coordinate representation of color #2672ED: hue angle of 217.09º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2672ED is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB38114237-
CMYK0.840.5200.07
HSL217.09º84.68%53.92%-
HSV(B)217.09º83.97%92.94%-
XYZ22.118.5682.54-
YUV105.3202.3280-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 9.77%
GREEN value IS 114 (44.92% from 255) = 29.31%
BLUE value IS 237 (92.97% from 255) = 60.93%
R=9.77%
G=29.31%
B=60.93%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal381142370.840.5200.07217.0984.6853.92
Hex2672ED543407d95536
Octal46162355124640733112566
Binary10011011100101110110110101001101000111110110011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2672ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2672ED; }

 p { color: rgb(38,114,237); }

 H1.HeaderClassName
 {
   color: #2672ED;
 }
 .AnyTagClassName
 {
   color: #2672ED;
 }
</style>
background-color css

<style>
 a { background-color: #2672ED; }

 a { background-color: rgb(38,114,237); }

 div.DivClassName
 {
   background-color: #2672ED;
 }
 .BgClassName
 {
   background-color: #2672ED;
 }
</style>
border-color css

<style>
 span { border-color: #2672ED; }

 span { border-color: rgb(38,114,237); }

 td.TdClassName
 {
   border-color: #2672ED;
 }
 .TagClassName
 {
   border-color: #2672ED;
 }
</style>