Html Css Color HEX #224EE1 Cerulean Blue

📋 copy color: '#224EE1'

red 34 ◦ green 78 ◦ blue 225

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

Shades of Cerulean Blue #224EE1

Tints of Cerulean Blue #224EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 66.77%

R = 10.09%
G = 23.15%
B = 66.77%

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

#224EE1 (or 0x224EE1) is known color: Cerulean Blue. HEX triplet: 22, 4E and E1. RGB value is (34,78,225). Sum of RGB (Red+Green+Blue) = 34+78+225=337 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.09% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 225 (88.28% from 255 or 66.77% from 337); Max value from RGB is 225 - color contains mainly: blue. Hex color #224EE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224EE1 is #DDB11E. Grayscale: #505050. Windows color (decimal): -14528799 or 14765602. OLE color: 14765602.

HSL color Cylindrical-coordinate representation of color #224EE1: hue angle of 226.18º degrees, saturation: 0.76, 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 #224EE1 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 34 78 225 -
CMYK 0.85 0.65 0 0.12
HSL 226.18º 0.76% 0.51% -
HSV(B) 226.18º 0.85% 0.88% -
XYZ 16.97 11.23 72.51 -
YUV 81.6 208.92 94.05 -
System Red Green Blue C M Y K H S L
Decimal 34 78 225 0.85 0.65 0 0.12 226.18 0.76 0.51
Hex 22 4E E1 55 41 0 C E2 4C 33
Octal 42 116 341 125 101 0 14 342 114 63
Binary 100010 1001110 11100001 1010101 1000001 0 1100 11100010 1001100 110011

Color Harmonies of #224EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224EE1

Black with #224EE1

Text Example


Text Example

White with #224EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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