#225CC7

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

Shades of Cerulean Blue #225CC7

Tints of Cerulean Blue #225CC7

Color information

#225CC7 (or 0x225CC7) is unknown color: approx Cerulean Blue. HEX triplet: 22, 5C and C7. RGB value is (34,92,199). Sum of RGB (Red+Green+Blue) = 34+92+199=325 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.46% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 199 (78.12% from 255 or 61.23% from 325); Max value from RGB is 199 - color contains mainly: blue. Hex color #225CC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225CC7 is #DDA338. Grayscale: #565656. Windows color (decimal): -14525241 or 13065250. OLE color: 13065250.

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

Color convert

RGB3492199-
CMYK0.830.5400.22
HSL218.91º70.82%45.69%-
HSV(B)218.91º82.91%78.04%-
XYZ14.812.1255.59-
YUV86.86191.2890.3-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.46%
GREEN value IS 92 (36.33% from 255) = 28.31%
BLUE value IS 199 (78.12% from 255) = 61.23%
R=10.46%
G=28.31%
B=61.23%

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
Decimal34921990.830.5400.22218.9170.8245.69
Hex225CC75336016db472e
Octal421343071236602633310756
Binary1000101011100110001111010011110110010110110110111000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,92,199); }

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

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

 a { background-color: rgb(34,92,199); }

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

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

 span { border-color: rgb(34,92,199); }

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