#194BD6

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

Shades of Cerulean Blue #194BD6

Tints of Cerulean Blue #194BD6

Color information

#194BD6 (or 0x194BD6) is unknown color: approx Cerulean Blue. HEX triplet: 19, 4B and D6. RGB value is (25,75,214). Sum of RGB (Red+Green+Blue) = 25+75+214=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 214 (83.98% from 255 or 68.15% from 314); Max value from RGB is 214 - color contains mainly: blue. Hex color #194BD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194BD6 is #E6B429. Grayscale: #4B4B4B. Windows color (decimal): -15119402 or 14043929. OLE color: 14043929.

HSL color Cylindrical-coordinate representation of color #194BD6: hue angle of 224.13º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #194BD6 is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2575214-
CMYK0.880.6500.16
HSL224.13º79.08%46.86%-
HSV(B)224.13º88.32%83.92%-
XYZ15.0510.0964.77-
YUV75.9205.9491.7-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.96%
GREEN value IS 75 (29.69% from 255) = 23.89%
BLUE value IS 214 (83.98% from 255) = 68.15%
R=7.96%
G=23.89%
B=68.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal25752140.880.6500.16224.1379.0846.86
Hex194BD65841010e04f2f
Octal3111332613010102034011757
Binary1100110010111101011010110001000001010000111000001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,75,214); }

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

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

 a { background-color: rgb(25,75,214); }

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

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

 span { border-color: rgb(25,75,214); }

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