Html Css Color HEX #225AC0 Cerulean Blue

📋 copy color: '#225AC0'

red 34 ◦ green 90 ◦ blue 192

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

Shades of Cerulean Blue #225AC0

Tints of Cerulean Blue #225AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 60.76%

R = 10.76%
G = 28.48%
B = 60.76%

CMYK

 C value IS 0.82

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#225AC0 (or 0x225AC0) is known color: Cerulean Blue. HEX triplet: 22, 5A and C0. RGB value is (34,90,192). Sum of RGB (Red+Green+Blue) = 34+90+192=316 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.76% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 192 (75.39% from 255 or 60.76% from 316); Max value from RGB is 192 - color contains mainly: blue. Hex color #225AC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225AC0 is #DDA53F. Grayscale: #545454. Windows color (decimal): -14525760 or 12605986. OLE color: 12605986.

HSL color Cylindrical-coordinate representation of color #225AC0: hue angle of 218.73º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #225AC0 is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 34 90 192 -
CMYK 0.82 0.53 0 0.25
HSL 218.73º 0.7% 0.44% -
HSV(B) 218.73º 0.82% 0.75% -
XYZ 13.83 11.46 51.35 -
YUV 84.88 188.45 91.71 -
System Red Green Blue C M Y K H S L
Decimal 34 90 192 0.82 0.53 0 0.25 218.73 0.7 0.44
Hex 22 5A C0 52 35 0 19 DB 46 2C
Octal 42 132 300 122 65 0 31 333 106 54
Binary 100010 1011010 11000000 1010010 110101 0 11001 11011011 1000110 101100

Color Harmonies of #225AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225AC0

Black with #225AC0

Text Example


Text Example

White with #225AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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