Html Css Color HEX #224FE0 Cerulean Blue

📋 copy color: '#224FE0'

red 34 ◦ green 79 ◦ blue 224

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

Shades of Cerulean Blue #224FE0

Tints of Cerulean Blue #224FE0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.44%

 BLUE value IS 224 (87.89% from 255) = 66.47%

R = 10.09%
G = 23.44%
B = 66.47%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#224FE0 (or 0x224FE0) is known color: Cerulean Blue. HEX triplet: 22, 4F and E0. RGB value is (34,79,224). Sum of RGB (Red+Green+Blue) = 34+79+224=337 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.09% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 224 (87.89% from 255 or 66.47% from 337); Max value from RGB is 224 - color contains mainly: blue. Hex color #224FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224FE0 is #DDB01F. Grayscale: #515151. Windows color (decimal): -14528544 or 14700322. OLE color: 14700322.

HSL color Cylindrical-coordinate representation of color #224FE0: hue angle of 225.79º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #224FE0 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 34 79 224 -
CMYK 0.85 0.65 0 0.12
HSL 225.79º 0.75% 0.51% -
HSV(B) 225.79º 0.85% 0.88% -
XYZ 16.91 11.31 71.81 -
YUV 82.08 208.09 93.71 -
System Red Green Blue C M Y K H S L
Decimal 34 79 224 0.85 0.65 0 0.12 225.79 0.75 0.51
Hex 22 4F E0 55 41 0 C E2 4B 33
Octal 42 117 340 125 101 0 14 342 113 63
Binary 100010 1001111 11100000 1010101 1000001 0 1100 11100010 1001011 110011

Color Harmonies of #224FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224FE0

Black with #224FE0

Text Example


Text Example

White with #224FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,79,224); }

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

background-color css

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

 a { background-color: rgb(34,79,224); }

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

border-color css

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

 span { border-color: rgb(34,79,224); }

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