#225FD7

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

Shades of Cerulean Blue #225FD7

Tints of Cerulean Blue #225FD7

Color information

#225FD7 (or 0x225FD7) is unknown color: approx Cerulean Blue. HEX triplet: 22, 5F and D7. RGB value is (34,95,215). Sum of RGB (Red+Green+Blue) = 34+95+215=344 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.88% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 215 (84.38% from 255 or 62.5% from 344); Max value from RGB is 215 - color contains mainly: blue. Hex color #225FD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225FD7 is #DDA028. Grayscale: #595959. Windows color (decimal): -14524457 or 14114594. OLE color: 14114594.

HSL color Cylindrical-coordinate representation of color #225FD7: hue angle of 219.78º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #225FD7 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB3495215-
CMYK0.840.5600.16
HSL219.78º72.69%48.82%-
HSV(B)219.78º84.19%84.31%-
XYZ17.0213.4365.99-
YUV90.44198.2987.74-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.88%
GREEN value IS 95 (37.5% from 255) = 27.62%
BLUE value IS 215 (84.38% from 255) = 62.5%
R=9.88%
G=27.62%
B=62.5%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal34952150.840.5600.16219.7872.6948.82
Hex225FD75438010dc4931
Octal421373271247002033411161
Binary1000101011111110101111010100111000010000110111001001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,95,215); }

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

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

 a { background-color: rgb(34,95,215); }

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

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

 span { border-color: rgb(34,95,215); }

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