#194ECF

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

Shades of Cerulean Blue #194ECF

Tints of Cerulean Blue #194ECF

Color information

#194ECF (or 0x194ECF) is unknown color: approx Cerulean Blue. HEX triplet: 19, 4E and CF. RGB value is (25,78,207). Sum of RGB (Red+Green+Blue) = 25+78+207=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 207 (81.25% from 255 or 66.77% from 310); Max value from RGB is 207 - color contains mainly: blue. Hex color #194ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194ECF is #E6B130. Grayscale: #4C4C4C. Windows color (decimal): -15118641 or 13585945. OLE color: 13585945.

HSL color Cylindrical-coordinate representation of color #194ECF: hue angle of 222.53º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #194ECF is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB2578207-
CMYK0.880.6200.19
HSL222.53º78.45%45.49%-
HSV(B)222.53º87.92%81.18%-
XYZ14.3910.1660.23-
YUV76.86201.4491.01-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.06%
GREEN value IS 78 (30.86% from 255) = 25.16%
BLUE value IS 207 (81.25% from 255) = 66.77%
R=8.06%
G=25.16%
B=66.77%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal25782070.880.6200.19222.5378.4545.49
Hex194ECF583E013df4e2d
Octal311163171307602333711655
Binary110011001110110011111011000111110010011110111111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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