Html Css Color HEX #194AD8 Cerulean Blue

📋 copy color: '#194AD8'

red 25 ◦ green 74 ◦ blue 216

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

Shades of Cerulean Blue #194AD8

Tints of Cerulean Blue #194AD8

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.49%

 BLUE value IS 216 (84.77% from 255) = 68.57%

R = 7.94%
G = 23.49%
B = 68.57%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#194AD8 (or 0x194AD8) is known color: Cerulean Blue. HEX triplet: 19, 4A and D8. RGB value is (25,74,216). Sum of RGB (Red+Green+Blue) = 25+74+216=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 216 (84.77% from 255 or 68.57% from 315); Max value from RGB is 216 - color contains mainly: blue. Hex color #194AD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194AD8 is #E6B527. Grayscale: #4A4A4A. Windows color (decimal): -15119656 or 14174745. OLE color: 14174745.

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

Color convert

RGB 25 74 216 -
CMYK 0.88 0.66 0 0.15
HSL 224.61º 0.79% 0.47% -
HSV(B) 224.61º 0.88% 0.85% -
XYZ 15.24 10.06 66.1 -
YUV 75.54 207.27 91.95 -
System Red Green Blue C M Y K H S L
Decimal 25 74 216 0.88 0.66 0 0.15 224.61 0.79 0.47
Hex 19 4A D8 58 42 0 F E1 4F 2F
Octal 31 112 330 130 102 0 17 341 117 57
Binary 11001 1001010 11011000 1011000 1000010 0 1111 11100001 1001111 101111

Color Harmonies of #194AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194AD8

Black with #194AD8

Text Example


Text Example

White with #194AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #194AD8;
 }
 .AnyTagClassName
 {
   color: #194AD8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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