Html Css Color HEX #194CD0 Cerulean Blue

📋 copy color: '#194CD0'

red 25 ◦ green 76 ◦ blue 208

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

Shades of Cerulean Blue #194CD0

Tints of Cerulean Blue #194CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 67.31%

R = 8.09%
G = 24.6%
B = 67.31%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#194CD0 (or 0x194CD0) is known color: Cerulean Blue. HEX triplet: 19, 4C and D0. RGB value is (25,76,208). Sum of RGB (Red+Green+Blue) = 25+76+208=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 208 (81.64% from 255 or 67.31% from 309); Max value from RGB is 208 - color contains mainly: blue. Hex color #194CD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194CD0 is #E6B32F. Grayscale: #4B4B4B. Windows color (decimal): -15119152 or 13650969. OLE color: 13650969.

HSL color Cylindrical-coordinate representation of color #194CD0: hue angle of 223.28º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #194CD0 is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 25 76 208 -
CMYK 0.88 0.63 0 0.18
HSL 223.28º 0.79% 0.46% -
HSV(B) 223.28º 0.88% 0.82% -
XYZ 14.37 9.93 60.83 -
YUV 75.8 202.6 91.77 -
System Red Green Blue C M Y K H S L
Decimal 25 76 208 0.88 0.63 0 0.18 223.28 0.79 0.46
Hex 19 4C D0 58 3F 0 12 DF 4F 2E
Octal 31 114 320 130 77 0 22 337 117 56
Binary 11001 1001100 11010000 1011000 111111 0 10010 11011111 1001111 101110

Color Harmonies of #194CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194CD0

Black with #194CD0

Text Example


Text Example

White with #194CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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