#225ED7

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

Shades of Cerulean Blue #225ED7

Tints of Cerulean Blue #225ED7

Color information

#225ED7 (or 0x225ED7) is unknown color: approx Cerulean Blue. HEX triplet: 22, 5E and D7. RGB value is (34,94,215). Sum of RGB (Red+Green+Blue) = 34+94+215=343 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.91% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 215 (84.38% from 255 or 62.68% from 343); Max value from RGB is 215 - color contains mainly: blue. Hex color #225ED7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225ED7 is #DDA128. Grayscale: #595959. Windows color (decimal): -14524713 or 14114338. OLE color: 14114338.

HSL color Cylindrical-coordinate representation of color #225ED7: hue angle of 220.11º 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 #225ED7 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB3494215-
CMYK0.840.5600.16
HSL220.11º72.69%48.82%-
HSV(B)220.11º84.19%84.31%-
XYZ16.9313.2565.96-
YUV89.85198.6288.16-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.91%
GREEN value IS 94 (37.11% from 255) = 27.41%
BLUE value IS 215 (84.38% from 255) = 62.68%
R=9.91%
G=27.41%
B=62.68%

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
Decimal34942150.840.5600.16220.1172.6948.82
Hex225ED75438010dc4931
Octal421363271247002033411161
Binary1000101011110110101111010100111000010000110111001001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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