Html Css Color HEX #225ACE Cerulean Blue

📋 copy color: '#225ACE'

red 34 ◦ green 90 ◦ blue 206

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

Shades of Cerulean Blue #225ACE

Tints of Cerulean Blue #225ACE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.27%

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

R = 10.3%
G = 27.27%
B = 62.42%

CMYK

 C value IS 0.83

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#225ACE (or 0x225ACE) is known color: Cerulean Blue. HEX triplet: 22, 5A and CE. RGB value is (34,90,206). Sum of RGB (Red+Green+Blue) = 34+90+206=330 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.30% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #225ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225ACE is #DDA531. Grayscale: #555555. Windows color (decimal): -14525746 or 13523490. OLE color: 13523490.

HSL color Cylindrical-coordinate representation of color #225ACE: hue angle of 220.47º 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 #225ACE is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 34 90 206 -
CMYK 0.83 0.56 0 0.19
HSL 220.47º 0.72% 0.47% -
HSV(B) 220.47º 0.83% 0.81% -
XYZ 15.46 12.11 59.92 -
YUV 86.48 195.45 90.57 -
System Red Green Blue C M Y K H S L
Decimal 34 90 206 0.83 0.56 0 0.19 220.47 0.72 0.47
Hex 22 5A CE 53 38 0 13 DC 48 2F
Octal 42 132 316 123 70 0 23 334 110 57
Binary 100010 1011010 11001110 1010011 111000 0 10011 11011100 1001000 101111

Color Harmonies of #225ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225ACE

Black with #225ACE

Text Example


Text Example

White with #225ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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