Html Css Color HEX #194FCC Cerulean Blue

📋 copy color: '#194FCC'

red 25 ◦ green 79 ◦ blue 204

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

Shades of Cerulean Blue #194FCC

Tints of Cerulean Blue #194FCC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.65%

 BLUE value IS 204 (80.08% from 255) = 66.23%

R = 8.12%
G = 25.65%
B = 66.23%

CMYK

 C value IS 0.88

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#194FCC (or 0x194FCC) is known color: Cerulean Blue. HEX triplet: 19, 4F and CC. RGB value is (25,79,204). Sum of RGB (Red+Green+Blue) = 25+79+204=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 204 (80.08% from 255 or 66.23% from 308); Max value from RGB is 204 - color contains mainly: blue. Hex color #194FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194FCC is #E6B033. Grayscale: #4C4C4C. Windows color (decimal): -15118388 or 13389593. OLE color: 13389593.

HSL color Cylindrical-coordinate representation of color #194FCC: hue angle of 221.9º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #194FCC is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 25 79 204 -
CMYK 0.88 0.61 0 0.2
HSL 221.9º 0.78% 0.45% -
HSV(B) 221.9º 0.88% 0.8% -
XYZ 14.1 10.16 58.34 -
YUV 77.1 199.61 90.84 -
System Red Green Blue C M Y K H S L
Decimal 25 79 204 0.88 0.61 0 0.2 221.9 0.78 0.45
Hex 19 4F CC 58 3D 0 14 DE 4E 2D
Octal 31 117 314 130 75 0 24 336 116 55
Binary 11001 1001111 11001100 1011000 111101 0 10100 11011110 1001110 101101

Color Harmonies of #194FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194FCC

Black with #194FCC

Text Example


Text Example

White with #194FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,79,204); }

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

background-color css

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

 a { background-color: rgb(25,79,204); }

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

border-color css

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

 span { border-color: rgb(25,79,204); }

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