Html Css Color HEX #2C66CD Cerulean Blue

📋 copy color: '#2C66CD'

red 44 ◦ green 102 ◦ blue 205

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

Shades of Cerulean Blue #2C66CD

Tints of Cerulean Blue #2C66CD

RGB

 RED value IS 44 (17.58% from 255) = 12.54%

 GREEN value IS 102 (40.23% from 255) = 29.06%

 BLUE value IS 205 (80.47% from 255) = 58.4%

R = 12.54%
G = 29.06%
B = 58.4%

CMYK

 C value IS 0.79

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2C66CD (or 0x2C66CD) is known color: Cerulean Blue. HEX triplet: 2C, 66 and CD. RGB value is (44,102,205). Sum of RGB (Red+Green+Blue) = 44+102+205=351 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.54% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #2C66CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C66CD is #D39932. Grayscale: #5F5F5F. Windows color (decimal): -13867315 or 13461036. OLE color: 13461036.

HSL color Cylindrical-coordinate representation of color #2C66CD: hue angle of 218.39º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C66CD is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 44 102 205 -
CMYK 0.79 0.50 0 0.20
HSL 218.39º 0.65% 0.49% -
HSV(B) 218.39º 0.79% 0.8% -
XYZ 16.81 14.45 59.66 -
YUV 96.4 189.28 90.62 -
System Red Green Blue C M Y K H S L
Decimal 44 102 205 0.79 0.50 0 0.20 218.39 0.65 0.49
Hex 2C 66 CD 4F 32 0 14 DA 41 31
Octal 54 146 315 117 62 0 24 332 101 61
Binary 101100 1100110 11001101 1001111 110010 0 10100 11011010 1000001 110001

Color Harmonies of #2C66CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C66CD

Black with #2C66CD

Text Example


Text Example

White with #2C66CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C66CD; }

 p { color: rgb(44,102,205); }

 H1.HeaderClassName
 {
   color: #2C66CD;
 }
 .AnyTagClassName
 {
   color: #2C66CD;
 }
</style>

background-color css

<style>
 a { background-color: #2C66CD; }

 a { background-color: rgb(44,102,205); }

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

border-color css

<style>
 span { border-color: #2C66CD; }

 span { border-color: rgb(44,102,205); }

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