Html Css Color HEX #2C42CB Cerulean Blue

📋 copy color: '#2C42CB'

red 44 ◦ green 66 ◦ blue 203

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

Shades of Cerulean Blue #2C42CB

Tints of Cerulean Blue #2C42CB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.09%

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

R = 14.06%
G = 21.09%
B = 64.86%

CMYK

 C value IS 0.78

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2C42CB (or 0x2C42CB) is known color: Cerulean Blue. HEX triplet: 2C, 42 and CB. RGB value is (44,66,203). Sum of RGB (Red+Green+Blue) = 44+66+203=313 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.06% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #2C42CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C42CB is #D3BD34. Grayscale: #4A4A4A. Windows color (decimal): -13876533 or 13320748. OLE color: 13320748.

HSL color Cylindrical-coordinate representation of color #2C42CB: hue angle of 231.7º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C42CB is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 44 66 203 -
CMYK 0.78 0.67 0 0.20
HSL 231.7º 0.64% 0.48% -
HSV(B) 231.7º 0.78% 0.8% -
XYZ 13.77 8.74 57.46 -
YUV 75.04 200.21 105.86 -
System Red Green Blue C M Y K H S L
Decimal 44 66 203 0.78 0.67 0 0.20 231.7 0.64 0.48
Hex 2C 42 CB 4E 43 0 14 E8 40 30
Octal 54 102 313 116 103 0 24 350 100 60
Binary 101100 1000010 11001011 1001110 1000011 0 10100 11101000 1000000 110000

Color Harmonies of #2C42CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C42CB

Black with #2C42CB

Text Example


Text Example

White with #2C42CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,66,203); }

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

background-color css

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

 a { background-color: rgb(44,66,203); }

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

border-color css

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

 span { border-color: rgb(44,66,203); }

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