Html Css Color HEX #194ED8 Cerulean Blue

📋 copy color: '#194ED8'

red 25 ◦ green 78 ◦ blue 216

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

Shades of Cerulean Blue #194ED8

Tints of Cerulean Blue #194ED8

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.45%

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

R = 7.84%
G = 24.45%
B = 67.71%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#194ED8 (or 0x194ED8) is known color: Cerulean Blue. HEX triplet: 19, 4E and D8. RGB value is (25,78,216). Sum of RGB (Red+Green+Blue) = 25+78+216=319 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.84% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 216 (84.77% from 255 or 67.71% from 319); Max value from RGB is 216 - color contains mainly: blue. Hex color #194ED8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194ED8 is #E6B127. Grayscale: #4D4D4D. Windows color (decimal): -15118632 or 14175769. OLE color: 14175769.

HSL color Cylindrical-coordinate representation of color #194ED8: hue angle of 223.35º 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 #194ED8 is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 25 78 216 -
CMYK 0.88 0.64 0 0.15
HSL 223.35º 0.79% 0.47% -
HSV(B) 223.35º 0.88% 0.85% -
XYZ 15.52 10.61 66.2 -
YUV 77.89 205.94 90.28 -
System Red Green Blue C M Y K H S L
Decimal 25 78 216 0.88 0.64 0 0.15 223.35 0.79 0.47
Hex 19 4E D8 58 40 0 F DF 4F 2F
Octal 31 116 330 130 100 0 17 337 117 57
Binary 11001 1001110 11011000 1011000 1000000 0 1111 11011111 1001111 101111

Color Harmonies of #194ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194ED8

Black with #194ED8

Text Example


Text Example

White with #194ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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