Html Css Color HEX #2662CB Cerulean Blue

📋 copy color: '#2662CB'

red 38 ◦ green 98 ◦ blue 203

#2662CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #2662CB

Tints of Cerulean Blue #2662CB

RGB

 RED value IS 38 (15.23% from 255) = 11.21%

 GREEN value IS 98 (38.67% from 255) = 28.91%

 BLUE value IS 203 (79.69% from 255) = 59.88%

R = 11.21%
G = 28.91%
B = 59.88%

CMYK

 C value IS 0.81

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2662CB (or 0x2662CB) is known color: Cerulean Blue. HEX triplet: 26, 62 and CB. RGB value is (38,98,203). Sum of RGB (Red+Green+Blue) = 38+98+203=339 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.21% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 203 (79.69% from 255 or 59.88% from 339); Max value from RGB is 203 - color contains mainly: blue. Hex color #2662CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2662CB is #D99D34. Grayscale: #5B5B5B. Windows color (decimal): -14261557 or 13328934. OLE color: 13328934.

HSL color Cylindrical-coordinate representation of color #2662CB: hue angle of 218.18º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2662CB is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 38 98 203 -
CMYK 0.81 0.52 0 0.20
HSL 218.18º 0.68% 0.47% -
HSV(B) 218.18º 0.81% 0.8% -
XYZ 15.95 13.46 58.26 -
YUV 92.03 190.62 89.46 -
System Red Green Blue C M Y K H S L
Decimal 38 98 203 0.81 0.52 0 0.20 218.18 0.68 0.47
Hex 26 62 CB 51 34 0 14 DA 44 2F
Octal 46 142 313 121 64 0 24 332 104 57
Binary 100110 1100010 11001011 1010001 110100 0 10100 11011010 1000100 101111

Color Harmonies of #2662CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2662CB

Black with #2662CB

Text Example


Text Example

White with #2662CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2662CB; }

 p { color: rgb(38,98,203); }

 H1.HeaderClassName
 {
   color: #2662CB;
 }
 .AnyTagClassName
 {
   color: #2662CB;
 }
</style>

background-color css

<style>
 a { background-color: #2662CB; }

 a { background-color: rgb(38,98,203); }

 div.DivClassName
 {
   background-color: #2662CB;
 }
 .BgClassName
 {
   background-color: #2662CB;
 }
</style>

border-color css

<style>
 span { border-color: #2662CB; }

 span { border-color: rgb(38,98,203); }

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