Html Css Color HEX #194ADB Cerulean Blue

📋 copy color: '#194ADB'

red 25 ◦ green 74 ◦ blue 219

#194ADB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #194ADB

Tints of Cerulean Blue #194ADB

RGB

 RED value IS 25 (10.16% from 255) = 7.86%

 GREEN value IS 74 (29.3% 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 value IS 0.89

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#194ADB (or 0x194ADB) is known color: 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

RGB 25 74 219 -
CMYK 0.89 0.66 0 0.14
HSL 224.85º 0.8% 0.48% -
HSV(B) 224.85º 0.89% 0.86% -
XYZ 15.64 10.22 68.17 -
YUV 75.88 208.77 91.71 -
System Red Green Blue C M Y K H S L
Decimal 25 74 219 0.89 0.66 0 0.14 224.85 0.8 0.48
Hex 19 4A DB 59 42 0 E E1 50 30
Octal 31 112 333 131 102 0 16 341 120 60
Binary 11001 1001010 11011011 1011001 1000010 0 1110 11100001 1010000 110000

Color Harmonies of #194ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194ADB

Black with #194ADB

Text Example


Text Example

White with #194ADB

Text Example


Text Example

HTML Codes & Css Web 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>