#194ED3

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

Shades of Cerulean Blue #194ED3

Tints of Cerulean Blue #194ED3

Color information

#194ED3 (or 0x194ED3) is unknown color: approx Cerulean Blue. HEX triplet: 19, 4E and D3. RGB value is (25,78,211). Sum of RGB (Red+Green+Blue) = 25+78+211=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 211 (82.81% from 255 or 67.20% from 314); Max value from RGB is 211 - color contains mainly: blue. Hex color #194ED3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194ED3 is #E6B12C. Grayscale: #4C4C4C. Windows color (decimal): -15118637 or 13848089. OLE color: 13848089.

HSL color Cylindrical-coordinate representation of color #194ED3: hue angle of 222.9º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #194ED3 is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB2578211-
CMYK0.880.6300.17
HSL222.9º78.81%46.27%-
HSV(B)222.9º88.15%82.75%-
XYZ14.8810.3662.84-
YUV77.32203.4490.69-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.96%
GREEN value IS 78 (30.86% from 255) = 24.84%
BLUE value IS 211 (82.81% from 255) = 67.20%
R=7.96%
G=24.84%
B=67.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal25782110.880.6300.17222.978.8146.27
Hex194ED3583F011df4f2e
Octal311163231307702133711756
Binary110011001110110100111011000111111010001110111111001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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