Html Css Color HEX #224EDF Cerulean Blue

📋 copy color: '#224EDF'

red 34 ◦ green 78 ◦ blue 223

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

Shades of Cerulean Blue #224EDF

Tints of Cerulean Blue #224EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 66.57%

R = 10.15%
G = 23.28%
B = 66.57%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#224EDF (or 0x224EDF) is known color: Cerulean Blue. HEX triplet: 22, 4E and DF. RGB value is (34,78,223). Sum of RGB (Red+Green+Blue) = 34+78+223=335 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.15% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #224EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224EDF is #DDB120. Grayscale: #505050. Windows color (decimal): -14528801 or 14634530. OLE color: 14634530.

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

Color convert

RGB 34 78 223 -
CMYK 0.85 0.65 0 0.13
HSL 226.03º 0.75% 0.5% -
HSV(B) 226.03º 0.85% 0.87% -
XYZ 16.7 11.12 71.08 -
YUV 81.37 207.92 94.21 -
System Red Green Blue C M Y K H S L
Decimal 34 78 223 0.85 0.65 0 0.13 226.03 0.75 0.5
Hex 22 4E DF 55 41 0 D E2 4B 32
Octal 42 116 337 125 101 0 15 342 113 62
Binary 100010 1001110 11011111 1010101 1000001 0 1101 11100010 1001011 110010

Color Harmonies of #224EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224EDF

Black with #224EDF

Text Example


Text Example

White with #224EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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