#225ABD

Color #225ABD Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #225ABD

Tints of Cerulean Blue #225ABD

Color information

#225ABD (or 0x225ABD) is unknown color: approx Cerulean Blue. HEX triplet: 22, 5A and BD. RGB value is (34,90,189). Sum of RGB (Red+Green+Blue) = 34+90+189=313 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.86% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #225ABD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225ABD is #DDA542. Grayscale: #545454. Windows color (decimal): -14525763 or 12409378. OLE color: 12409378.

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

Color convert

RGB3490189-
CMYK0.820.5200.26
HSL218.32º69.51%43.73%-
HSV(B)218.32º82.01%74.12%-
XYZ13.511.3349.62-
YUV84.54186.9591.95-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.86%
GREEN value IS 90 (35.55% from 255) = 28.75%
BLUE value IS 189 (74.22% from 255) = 60.38%
R=10.86%
G=28.75%
B=60.38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal34901890.820.5200.26218.3269.5143.73
Hex225ABD523401Ada462c
Octal421322751226403233210654
Binary1000101011010101111011010010110100011010110110101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #225ABD;
 }
 .AnyTagClassName
 {
   color: #225ABD;
 }
</style>
background-color css

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

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

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

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

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

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