Html Css Color HEX #194CDC Cerulean Blue

📋 copy color: '#194CDC'

red 25 ◦ green 76 ◦ blue 220

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

Shades of Cerulean Blue #194CDC

Tints of Cerulean Blue #194CDC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.68%

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

R = 7.79%
G = 23.68%
B = 68.54%

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

#194CDC (or 0x194CDC) is known color: Cerulean Blue. HEX triplet: 19, 4C and DC. RGB value is (25,76,220). Sum of RGB (Red+Green+Blue) = 25+76+220=321 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.79% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #194CDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194CDC is #E6B323. Grayscale: #4C4C4C. Windows color (decimal): -15119140 or 14437401. OLE color: 14437401.

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

Color convert

RGB 25 76 220 -
CMYK 0.89 0.65 0 0.14
HSL 224.31º 0.8% 0.48% -
HSV(B) 224.31º 0.89% 0.86% -
XYZ 15.9 10.54 68.91 -
YUV 77.17 208.6 90.79 -
System Red Green Blue C M Y K H S L
Decimal 25 76 220 0.89 0.65 0 0.14 224.31 0.8 0.48
Hex 19 4C DC 59 41 0 E E0 50 30
Octal 31 114 334 131 101 0 16 340 120 60
Binary 11001 1001100 11011100 1011001 1000001 0 1110 11100000 1010000 110000

Color Harmonies of #194CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194CDC

Black with #194CDC

Text Example


Text Example

White with #194CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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