Html Css Color HEX #225ACB Cerulean Blue

📋 copy color: '#225ACB'

red 34 ◦ green 90 ◦ blue 203

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

Shades of Cerulean Blue #225ACB

Tints of Cerulean Blue #225ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 62.08%

R = 10.4%
G = 27.52%
B = 62.08%

CMYK

 C value IS 0.83

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#225ACB (or 0x225ACB) is known color: Cerulean Blue. HEX triplet: 22, 5A and CB. RGB value is (34,90,203). Sum of RGB (Red+Green+Blue) = 34+90+203=327 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.40% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 203 (79.69% from 255 or 62.08% from 327); Max value from RGB is 203 - color contains mainly: blue. Hex color #225ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225ACB is #DDA534. Grayscale: #555555. Windows color (decimal): -14525749 or 13326882. OLE color: 13326882.

HSL color Cylindrical-coordinate representation of color #225ACB: hue angle of 220.12º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #225ACB is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 34 90 203 -
CMYK 0.83 0.56 0 0.20
HSL 220.12º 0.71% 0.46% -
HSV(B) 220.12º 0.83% 0.8% -
XYZ 15.1 11.96 58.01 -
YUV 86.14 193.95 90.81 -
System Red Green Blue C M Y K H S L
Decimal 34 90 203 0.83 0.56 0 0.20 220.12 0.71 0.46
Hex 22 5A CB 53 38 0 14 DC 47 2E
Octal 42 132 313 123 70 0 24 334 107 56
Binary 100010 1011010 11001011 1010011 111000 0 10100 11011100 1000111 101110

Color Harmonies of #225ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225ACB

Black with #225ACB

Text Example


Text Example

White with #225ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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