Html Css Color HEX #225ECE Cerulean Blue

📋 copy color: '#225ECE'

red 34 ◦ green 94 ◦ blue 206

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

Shades of Cerulean Blue #225ECE

Tints of Cerulean Blue #225ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.68%

R = 10.18%
G = 28.14%
B = 61.68%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#225ECE (or 0x225ECE) is known color: Cerulean Blue. HEX triplet: 22, 5E and CE. RGB value is (34,94,206). Sum of RGB (Red+Green+Blue) = 34+94+206=334 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.18% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #225ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225ECE is #DDA131. Grayscale: #585858. Windows color (decimal): -14524722 or 13524514. OLE color: 13524514.

HSL color Cylindrical-coordinate representation of color #225ECE: hue angle of 219.07º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #225ECE is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 34 94 206 -
CMYK 0.83 0.54 0 0.19
HSL 219.07º 0.72% 0.47% -
HSV(B) 219.07º 0.83% 0.81% -
XYZ 15.8 12.8 60.03 -
YUV 88.83 194.12 88.89 -
System Red Green Blue C M Y K H S L
Decimal 34 94 206 0.83 0.54 0 0.19 219.07 0.72 0.47
Hex 22 5E CE 53 36 0 13 DB 48 2F
Octal 42 136 316 123 66 0 23 333 110 57
Binary 100010 1011110 11001110 1010011 110110 0 10011 11011011 1001000 101111

Color Harmonies of #225ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225ECE

Black with #225ECE

Text Example


Text Example

White with #225ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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