Html Css Color HEX #224ECF Cerulean Blue

📋 copy color: '#224ECF'

red 34 ◦ green 78 ◦ blue 207

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

Shades of Cerulean Blue #224ECF

Tints of Cerulean Blue #224ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 64.89%

R = 10.66%
G = 24.45%
B = 64.89%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#224ECF (or 0x224ECF) is known color: Cerulean Blue. HEX triplet: 22, 4E and CF. RGB value is (34,78,207). Sum of RGB (Red+Green+Blue) = 34+78+207=319 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.66% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 207 (81.25% from 255 or 64.89% from 319); Max value from RGB is 207 - color contains mainly: blue. Hex color #224ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224ECF is #DDB130. Grayscale: #4E4E4E. Windows color (decimal): -14528817 or 13585954. OLE color: 13585954.

HSL color Cylindrical-coordinate representation of color #224ECF: hue angle of 224.74º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #224ECF is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 34 78 207 -
CMYK 0.84 0.62 0 0.19
HSL 224.74º 0.72% 0.47% -
HSV(B) 224.74º 0.84% 0.81% -
XYZ 14.65 10.29 60.25 -
YUV 79.55 199.92 95.51 -
System Red Green Blue C M Y K H S L
Decimal 34 78 207 0.84 0.62 0 0.19 224.74 0.72 0.47
Hex 22 4E CF 54 3E 0 13 E1 48 2F
Octal 42 116 317 124 76 0 23 341 110 57
Binary 100010 1001110 11001111 1010100 111110 0 10011 11100001 1001000 101111

Color Harmonies of #224ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224ECF

Black with #224ECF

Text Example


Text Example

White with #224ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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