Html Css Color HEX #225EDB Cerulean Blue

📋 copy color: '#225EDB'

red 34 ◦ green 94 ◦ blue 219

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

Shades of Cerulean Blue #225EDB

Tints of Cerulean Blue #225EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.09%

 BLUE value IS 219 (85.94% from 255) = 63.11%

R = 9.8%
G = 27.09%
B = 63.11%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#225EDB (or 0x225EDB) is known color: Cerulean Blue. HEX triplet: 22, 5E and DB. RGB value is (34,94,219). Sum of RGB (Red+Green+Blue) = 34+94+219=347 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.80% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #225EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225EDB is #DDA124. Grayscale: #595959. Windows color (decimal): -14524709 or 14376482. OLE color: 14376482.

HSL color Cylindrical-coordinate representation of color #225EDB: hue angle of 220.54º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #225EDB is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 34 94 219 -
CMYK 0.84 0.57 0 0.14
HSL 220.54º 0.73% 0.5% -
HSV(B) 220.54º 0.84% 0.86% -
XYZ 17.45 13.46 68.7 -
YUV 90.31 200.62 87.84 -
System Red Green Blue C M Y K H S L
Decimal 34 94 219 0.84 0.57 0 0.14 220.54 0.73 0.5
Hex 22 5E DB 54 39 0 E DD 49 32
Octal 42 136 333 124 71 0 16 335 111 62
Binary 100010 1011110 11011011 1010100 111001 0 1110 11011101 1001001 110010

Color Harmonies of #225EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225EDB

Black with #225EDB

Text Example


Text Example

White with #225EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225EDB; }

 p { color: rgb(34,94,219); }

 H1.HeaderClassName
 {
   color: #225EDB;
 }
 .AnyTagClassName
 {
   color: #225EDB;
 }
</style>

background-color css

<style>
 a { background-color: #225EDB; }

 a { background-color: rgb(34,94,219); }

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

border-color css

<style>
 span { border-color: #225EDB; }

 span { border-color: rgb(34,94,219); }

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