Html Css Color HEX #194DDC Cerulean Blue

📋 copy color: '#194DDC'

red 25 ◦ green 77 ◦ blue 220

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

Shades of Cerulean Blue #194DDC

Tints of Cerulean Blue #194DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 68.32%

R = 7.76%
G = 23.91%
B = 68.32%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#194DDC (or 0x194DDC) is known color: Cerulean Blue. HEX triplet: 19, 4D and DC. RGB value is (25,77,220). Sum of RGB (Red+Green+Blue) = 25+77+220=322 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.76% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 220 (86.33% from 255 or 68.32% from 322); Max value from RGB is 220 - color contains mainly: blue. Hex color #194DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194DDC is #E6B223. Grayscale: #4D4D4D. Windows color (decimal): -15118884 or 14437657. OLE color: 14437657.

HSL color Cylindrical-coordinate representation of color #194DDC: hue angle of 224º 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 #194DDC is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 25 77 220 -
CMYK 0.89 0.65 0 0.14
HSL 224º 0.8% 0.48% -
HSV(B) 224º 0.89% 0.86% -
XYZ 15.97 10.68 68.93 -
YUV 77.75 208.27 90.37 -
System Red Green Blue C M Y K H S L
Decimal 25 77 220 0.89 0.65 0 0.14 224 0.8 0.48
Hex 19 4D DC 59 41 0 E E0 50 30
Octal 31 115 334 131 101 0 16 340 120 60
Binary 11001 1001101 11011100 1011001 1000001 0 1110 11100000 1010000 110000

Color Harmonies of #194DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194DDC

Black with #194DDC

Text Example


Text Example

White with #194DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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