#225BCB

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

Shades of Cerulean Blue #225BCB

Tints of Cerulean Blue #225BCB

Color information

#225BCB (or 0x225BCB) is unknown color: approx Cerulean Blue. HEX triplet: 22, 5B and CB. RGB value is (34,91,203). Sum of RGB (Red+Green+Blue) = 34+91+203=328 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.37% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 203 (79.69% from 255 or 61.89% from 328); Max value from RGB is 203 - color contains mainly: blue. Hex color #225BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225BCB is #DDA434. Grayscale: #565656. Windows color (decimal): -14525493 or 13327138. OLE color: 13327138.

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

Color convert

RGB3491203-
CMYK0.830.5500.20
HSL219.76º71.31%46.47%-
HSV(B)219.76º83.25%79.61%-
XYZ15.1812.1358.04-
YUV86.72193.6290.39-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.37%
GREEN value IS 91 (35.94% from 255) = 27.74%
BLUE value IS 203 (79.69% from 255) = 61.89%
R=10.37%
G=27.74%
B=61.89%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal34912030.830.5500.20219.7671.3146.47
Hex225BCB5337014dc472e
Octal421333131236702433410756
Binary1000101011011110010111010011110111010100110111001000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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