#224ECA

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

Shades of Cerulean Blue #224ECA

Tints of Cerulean Blue #224ECA

Color information

#224ECA (or 0x224ECA) is unknown color: approx Cerulean Blue. HEX triplet: 22, 4E and CA. RGB value is (34,78,202). Sum of RGB (Red+Green+Blue) = 34+78+202=314 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.83% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 202 (79.30% from 255 or 64.33% from 314); Max value from RGB is 202 - color contains mainly: blue. Hex color #224ECA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224ECA is #DDB135. Grayscale: #4E4E4E. Windows color (decimal): -14528822 or 13258274. OLE color: 13258274.

HSL color Cylindrical-coordinate representation of color #224ECA: hue angle of 224.29º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #224ECA is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3478202-
CMYK0.830.6100.21
HSL224.29º71.19%46.27%-
HSV(B)224.29º83.17%79.22%-
XYZ14.0410.0557.08-
YUV78.98197.4295.92-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.83%
GREEN value IS 78 (30.86% from 255) = 24.84%
BLUE value IS 202 (79.30% from 255) = 64.33%
R=10.83%
G=24.84%
B=64.33%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal34782020.830.6100.21224.2971.1946.27
Hex224ECA533D015e0472e
Octal421163121237502534010756
Binary1000101001110110010101010011111101010101111000001000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224ECA; }

 p { color: rgb(34,78,202); }

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

<style>
 a { background-color: #224ECA; }

 a { background-color: rgb(34,78,202); }

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

<style>
 span { border-color: #224ECA; }

 span { border-color: rgb(34,78,202); }

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