Html Css Color HEX #224FE5 Cerulean Blue

📋 copy color: '#224FE5'

red 34 ◦ green 79 ◦ blue 229

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

Shades of Cerulean Blue #224FE5

Tints of Cerulean Blue #224FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 66.96%

R = 9.94%
G = 23.1%
B = 66.96%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#224FE5 (or 0x224FE5) is known color: Cerulean Blue. HEX triplet: 22, 4F and E5. RGB value is (34,79,229). Sum of RGB (Red+Green+Blue) = 34+79+229=342 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.94% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 229 (89.84% from 255 or 66.96% from 342); Max value from RGB is 229 - color contains mainly: blue. Hex color #224FE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224FE5 is #DDB01A. Grayscale: #525252. Windows color (decimal): -14528539 or 15028002. OLE color: 15028002.

HSL color Cylindrical-coordinate representation of color #224FE5: hue angle of 226.15º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #224FE5 is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 34 79 229 -
CMYK 0.85 0.66 0 0.10
HSL 226.15º 0.79% 0.52% -
HSV(B) 226.15º 0.85% 0.9% -
XYZ 17.6 11.59 75.44 -
YUV 82.65 210.59 93.3 -
System Red Green Blue C M Y K H S L
Decimal 34 79 229 0.85 0.66 0 0.10 226.15 0.79 0.52
Hex 22 4F E5 55 42 0 A E2 4F 34
Octal 42 117 345 125 102 0 12 342 117 64
Binary 100010 1001111 11100101 1010101 1000010 0 1010 11100010 1001111 110100

Color Harmonies of #224FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224FE5

Black with #224FE5

Text Example


Text Example

White with #224FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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