Html Css Color HEX #2C4DDE Cerulean Blue

📋 copy color: '#2C4DDE'

red 44 ◦ green 77 ◦ blue 222

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

Shades of Cerulean Blue #2C4DDE

Tints of Cerulean Blue #2C4DDE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.45%

 BLUE value IS 222 (87.11% from 255) = 64.72%

R = 12.83%
G = 22.45%
B = 64.72%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2C4DDE (or 0x2C4DDE) is known color: Cerulean Blue. HEX triplet: 2C, 4D and DE. RGB value is (44,77,222). Sum of RGB (Red+Green+Blue) = 44+77+222=343 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.83% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 222 (87.11% from 255 or 64.72% from 343); Max value from RGB is 222 - color contains mainly: blue. Hex color #2C4DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C4DDE is #D3B221. Grayscale: #535353. Windows color (decimal): -13873698 or 14568748. OLE color: 14568748.

HSL color Cylindrical-coordinate representation of color #2C4DDE: hue angle of 228.88º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C4DDE is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 44 77 222 -
CMYK 0.80 0.65 0 0.13
HSL 228.88º 0.73% 0.52% -
HSV(B) 228.88º 0.8% 0.87% -
XYZ 16.88 11.12 70.36 -
YUV 83.66 206.07 99.71 -
System Red Green Blue C M Y K H S L
Decimal 44 77 222 0.80 0.65 0 0.13 228.88 0.73 0.52
Hex 2C 4D DE 50 41 0 D E5 49 34
Octal 54 115 336 120 101 0 15 345 111 64
Binary 101100 1001101 11011110 1010000 1000001 0 1101 11100101 1001001 110100

Color Harmonies of #2C4DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4DDE

Black with #2C4DDE

Text Example


Text Example

White with #2C4DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,77,222); }

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

background-color css

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

 a { background-color: rgb(44,77,222); }

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

border-color css

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

 span { border-color: rgb(44,77,222); }

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