Html Css Color HEX #2662CC Cerulean Blue

📋 copy color: '#2662CC'

red 38 ◦ green 98 ◦ blue 204

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

Shades of Cerulean Blue #2662CC

Tints of Cerulean Blue #2662CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 60%

R = 11.18%
G = 28.82%
B = 60%

CMYK

 C value IS 0.81

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2662CC (or 0x2662CC) is known color: Cerulean Blue. HEX triplet: 26, 62 and CC. RGB value is (38,98,204). Sum of RGB (Red+Green+Blue) = 38+98+204=340 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.18% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #2662CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2662CC is #D99D33. Grayscale: #5B5B5B. Windows color (decimal): -14261556 or 13394470. OLE color: 13394470.

HSL color Cylindrical-coordinate representation of color #2662CC: hue angle of 218.31º degrees, saturation: 0.69, 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 #2662CC is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 38 98 204 -
CMYK 0.81 0.52 0 0.2
HSL 218.31º 0.69% 0.47% -
HSV(B) 218.31º 0.81% 0.8% -
XYZ 16.07 13.51 58.89 -
YUV 92.14 191.12 89.38 -
System Red Green Blue C M Y K H S L
Decimal 38 98 204 0.81 0.52 0 0.2 218.31 0.69 0.47
Hex 26 62 CC 51 34 0 14 DA 45 2F
Octal 46 142 314 121 64 0 24 332 105 57
Binary 100110 1100010 11001100 1010001 110100 0 10100 11011010 1000101 101111

Color Harmonies of #2662CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2662CC

Black with #2662CC

Text Example


Text Example

White with #2662CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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