#194EE0

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

Shades of Cerulean Blue #194EE0

Tints of Cerulean Blue #194EE0

Color information

#194EE0 (or 0x194EE0) is unknown color: approx Cerulean Blue. HEX triplet: 19, 4E and E0. RGB value is (25,78,224). Sum of RGB (Red+Green+Blue) = 25+78+224=327 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.65% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 224 (87.89% from 255 or 68.50% from 327); Max value from RGB is 224 - color contains mainly: blue. Hex color #194EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194EE0 is #E6B11F. Grayscale: #4E4E4E. Windows color (decimal): -15118624 or 14700057. OLE color: 14700057.

HSL color Cylindrical-coordinate representation of color #194EE0: hue angle of 224.02º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #194EE0 is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB2578224-
CMYK0.890.6500.12
HSL224.02º79.92%48.82%-
HSV(B)224.02º88.84%87.84%-
XYZ16.5811.0471.78-
YUV78.8209.9489.63-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.65%
GREEN value IS 78 (30.86% from 255) = 23.85%
BLUE value IS 224 (87.89% from 255) = 68.50%
R=7.65%
G=23.85%
B=68.50%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal25782240.890.6500.12224.0279.9248.82
Hex194EE059410Ce05031
Octal3111634013110101434012061
Binary110011001110111000001011001100000101100111000001010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194EE0; }

 p { color: rgb(25,78,224); }

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

<style>
 a { background-color: #194EE0; }

 a { background-color: rgb(25,78,224); }

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

<style>
 span { border-color: #194EE0; }

 span { border-color: rgb(25,78,224); }

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