#225EDC

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

Shades of Cerulean Blue #225EDC

Tints of Cerulean Blue #225EDC

Color information

#225EDC (or 0x225EDC) is unknown color: approx Cerulean Blue. HEX triplet: 22, 5E and DC. RGB value is (34,94,220). Sum of RGB (Red+Green+Blue) = 34+94+220=348 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.77% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 220 (86.33% from 255 or 63.22% from 348); Max value from RGB is 220 - color contains mainly: blue. Hex color #225EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225EDC is #DDA123. Grayscale: #595959. Windows color (decimal): -14524708 or 14442018. OLE color: 14442018.

HSL color Cylindrical-coordinate representation of color #225EDC: hue angle of 220.65º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #225EDC is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB3494220-
CMYK0.850.5700.14
HSL220.65º73.23%49.8%-
HSV(B)220.65º84.55%86.27%-
XYZ17.5813.5169.39-
YUV90.42201.1287.75-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.77%
GREEN value IS 94 (37.11% from 255) = 27.01%
BLUE value IS 220 (86.33% from 255) = 63.22%
R=9.77%
G=27.01%
B=63.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal34942200.850.5700.14220.6573.2349.8
Hex225EDC55390Edd4932
Octal421363341257101633511162
Binary100010101111011011100101010111100101110110111011001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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