Html Css Color HEX #225ABA Cerulean Blue

📋 copy color: '#225ABA'

red 34 ◦ green 90 ◦ blue 186

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

Shades of Cerulean Blue #225ABA

Tints of Cerulean Blue #225ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 60%

R = 10.97%
G = 29.03%
B = 60%

CMYK

 C value IS 0.82

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#225ABA (or 0x225ABA) is known color: Cerulean Blue. HEX triplet: 22, 5A and BA. RGB value is (34,90,186). Sum of RGB (Red+Green+Blue) = 34+90+186=310 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.97% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #225ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225ABA is #DDA545. Grayscale: #535353. Windows color (decimal): -14525766 or 12212770. OLE color: 12212770.

HSL color Cylindrical-coordinate representation of color #225ABA: hue angle of 217.89º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #225ABA is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 34 90 186 -
CMYK 0.82 0.52 0 0.27
HSL 217.89º 0.69% 0.43% -
HSV(B) 217.89º 0.82% 0.73% -
XYZ 13.18 11.2 47.92 -
YUV 84.2 185.45 92.19 -
System Red Green Blue C M Y K H S L
Decimal 34 90 186 0.82 0.52 0 0.27 217.89 0.69 0.43
Hex 22 5A BA 52 34 0 1B DA 45 2B
Octal 42 132 272 122 64 0 33 332 105 53
Binary 100010 1011010 10111010 1010010 110100 0 11011 11011010 1000101 101011

Color Harmonies of #225ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225ABA

Black with #225ABA

Text Example


Text Example

White with #225ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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