#225BC8

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

Shades of Cerulean Blue #225BC8

Tints of Cerulean Blue #225BC8

Color information

#225BC8 (or 0x225BC8) is unknown color: approx Cerulean Blue. HEX triplet: 22, 5B and C8. RGB value is (34,91,200). Sum of RGB (Red+Green+Blue) = 34+91+200=325 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.46% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 200 (78.52% from 255 or 61.54% from 325); Max value from RGB is 200 - color contains mainly: blue. Hex color #225BC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225BC8 is #DDA437. Grayscale: #555555. Windows color (decimal): -14525496 or 13130530. OLE color: 13130530.

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

Color convert

RGB3491200-
CMYK0.830.5400.22
HSL219.4º70.94%45.88%-
HSV(B)219.4º83%78.43%-
XYZ14.8311.9956.18-
YUV86.38192.1290.64-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.46%
GREEN value IS 91 (35.94% from 255) = 28%
BLUE value IS 200 (78.52% from 255) = 61.54%
R=10.46%
G=28%
B=61.54%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal34912000.830.5400.22219.470.9445.88
Hex225BC85336016db472e
Octal421333101236602633310756
Binary1000101011011110010001010011110110010110110110111000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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