Html Css Color HEX #194DD6 Cerulean Blue

📋 copy color: '#194DD6'

red 25 ◦ green 77 ◦ blue 214

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

Shades of Cerulean Blue #194DD6

Tints of Cerulean Blue #194DD6

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.37%

 BLUE value IS 214 (83.98% from 255) = 67.72%

R = 7.91%
G = 24.37%
B = 67.72%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#194DD6 (or 0x194DD6) is known color: Cerulean Blue. HEX triplet: 19, 4D and D6. RGB value is (25,77,214). Sum of RGB (Red+Green+Blue) = 25+77+214=316 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.91% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 214 (83.98% from 255 or 67.72% from 316); Max value from RGB is 214 - color contains mainly: blue. Hex color #194DD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194DD6 is #E6B229. Grayscale: #4C4C4C. Windows color (decimal): -15118890 or 14044441. OLE color: 14044441.

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

Color convert

RGB 25 77 214 -
CMYK 0.88 0.64 0 0.16
HSL 223.49º 0.79% 0.47% -
HSV(B) 223.49º 0.88% 0.84% -
XYZ 15.19 10.37 64.82 -
YUV 77.07 205.27 90.86 -
System Red Green Blue C M Y K H S L
Decimal 25 77 214 0.88 0.64 0 0.16 223.49 0.79 0.47
Hex 19 4D D6 58 40 0 10 DF 4F 2F
Octal 31 115 326 130 100 0 20 337 117 57
Binary 11001 1001101 11010110 1011000 1000000 0 10000 11011111 1001111 101111

Color Harmonies of #194DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194DD6

Black with #194DD6

Text Example


Text Example

White with #194DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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