Html Css Color HEX #224ECB Cerulean Blue

📋 copy color: '#224ECB'

red 34 ◦ green 78 ◦ blue 203

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

Shades of Cerulean Blue #224ECB

Tints of Cerulean Blue #224ECB

RGB

 RED value IS 34 (13.67% from 255) = 10.79%

 GREEN value IS 78 (30.86% from 255) = 24.76%

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

R = 10.79%
G = 24.76%
B = 64.44%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#224ECB (or 0x224ECB) is known color: Cerulean Blue. HEX triplet: 22, 4E and CB. RGB value is (34,78,203). Sum of RGB (Red+Green+Blue) = 34+78+203=315 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.79% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #224ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224ECB is #DDB134. Grayscale: #4E4E4E. Windows color (decimal): -14528821 or 13323810. OLE color: 13323810.

HSL color Cylindrical-coordinate representation of color #224ECB: hue angle of 224.38º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #224ECB is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 34 78 203 -
CMYK 0.83 0.62 0 0.20
HSL 224.38º 0.71% 0.46% -
HSV(B) 224.38º 0.83% 0.8% -
XYZ 14.16 10.1 57.7 -
YUV 79.09 197.92 95.84 -
System Red Green Blue C M Y K H S L
Decimal 34 78 203 0.83 0.62 0 0.20 224.38 0.71 0.46
Hex 22 4E CB 53 3E 0 14 E0 47 2E
Octal 42 116 313 123 76 0 24 340 107 56
Binary 100010 1001110 11001011 1010011 111110 0 10100 11100000 1000111 101110

Color Harmonies of #224ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224ECB

Black with #224ECB

Text Example


Text Example

White with #224ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224ECB; }

 p { color: rgb(34,78,203); }

 H1.HeaderClassName
 {
   color: #224ECB;
 }
 .AnyTagClassName
 {
   color: #224ECB;
 }
</style>

background-color css

<style>
 a { background-color: #224ECB; }

 a { background-color: rgb(34,78,203); }

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

border-color css

<style>
 span { border-color: #224ECB; }

 span { border-color: rgb(34,78,203); }

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