Html Css Color HEX #224BE4 Cerulean Blue

📋 copy color: '#224BE4'

red 34 ◦ green 75 ◦ blue 228

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

Shades of Cerulean Blue #224BE4

Tints of Cerulean Blue #224BE4

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.26%

 BLUE value IS 228 (89.45% from 255) = 67.66%

R = 10.09%
G = 22.26%
B = 67.66%

CMYK

 C value IS 0.85

 M value IS 0.67

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#224BE4 (or 0x224BE4) is known color: Cerulean Blue. HEX triplet: 22, 4B and E4. RGB value is (34,75,228). Sum of RGB (Red+Green+Blue) = 34+75+228=337 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.09% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 228 (89.45% from 255 or 67.66% from 337); Max value from RGB is 228 - color contains mainly: blue. Hex color #224BE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224BE4 is #DDB41B. Grayscale: #4F4F4F. Windows color (decimal): -14529564 or 14961442. OLE color: 14961442.

HSL color Cylindrical-coordinate representation of color #224BE4: hue angle of 227.32º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #224BE4 is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 34 75 228 -
CMYK 0.85 0.67 0 0.11
HSL 227.32º 0.78% 0.51% -
HSV(B) 227.32º 0.85% 0.89% -
XYZ 17.18 10.97 74.61 -
YUV 80.18 211.42 95.06 -
System Red Green Blue C M Y K H S L
Decimal 34 75 228 0.85 0.67 0 0.11 227.32 0.78 0.51
Hex 22 4B E4 55 43 0 B E3 4E 33
Octal 42 113 344 125 103 0 13 343 116 63
Binary 100010 1001011 11100100 1010101 1000011 0 1011 11100011 1001110 110011

Color Harmonies of #224BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224BE4

Black with #224BE4

Text Example


Text Example

White with #224BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,75,228); }

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

background-color css

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

 a { background-color: rgb(34,75,228); }

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

border-color css

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

 span { border-color: rgb(34,75,228); }

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