#194ADB

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

Shades of Cerulean Blue #194ADB

Tints of Cerulean Blue #194ADB

Color information

#194ADB (or 0x194ADB) is unknown color: approx Cerulean Blue. HEX triplet: 19, 4A and DB. RGB value is (25,74,219). Sum of RGB (Red+Green+Blue) = 25+74+219=318 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.86% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 219 (85.94% from 255 or 68.87% from 318); Max value from RGB is 219 - color contains mainly: blue. Hex color #194ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194ADB is #E6B524. Grayscale: #4B4B4B. Windows color (decimal): -15119653 or 14371353. OLE color: 14371353.

HSL color Cylindrical-coordinate representation of color #194ADB: hue angle of 224.85º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #194ADB is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB2574219-
CMYK0.890.6600.14
HSL224.85º79.51%47.84%-
HSV(B)224.85º88.58%85.88%-
XYZ15.6410.2268.17-
YUV75.88208.7791.71-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.86%
GREEN value IS 74 (29.30% from 255) = 23.27%
BLUE value IS 219 (85.94% from 255) = 68.87%
R=7.86%
G=23.27%
B=68.87%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal25742190.890.6600.14224.8579.5147.84
Hex194ADB59420Ee15030
Octal3111233313110201634112060
Binary110011001010110110111011001100001001110111000011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,74,219); }

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

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

 a { background-color: rgb(25,74,219); }

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

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

 span { border-color: rgb(25,74,219); }

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