Html Css Color HEX #194FCD Cerulean Blue

📋 copy color: '#194FCD'

red 25 ◦ green 79 ◦ blue 205

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

Shades of Cerulean Blue #194FCD

Tints of Cerulean Blue #194FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 66.34%

R = 8.09%
G = 25.57%
B = 66.34%

CMYK

 C value IS 0.88

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#194FCD (or 0x194FCD) is known color: Cerulean Blue. HEX triplet: 19, 4F and CD. RGB value is (25,79,205). Sum of RGB (Red+Green+Blue) = 25+79+205=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 205 (80.47% from 255 or 66.34% from 309); Max value from RGB is 205 - color contains mainly: blue. Hex color #194FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194FCD is #E6B032. Grayscale: #4C4C4C. Windows color (decimal): -15118387 or 13455129. OLE color: 13455129.

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

Color convert

RGB 25 79 205 -
CMYK 0.88 0.61 0 0.20
HSL 222º 0.78% 0.45% -
HSV(B) 222º 0.88% 0.8% -
XYZ 14.22 10.21 58.98 -
YUV 77.22 200.11 90.75 -
System Red Green Blue C M Y K H S L
Decimal 25 79 205 0.88 0.61 0 0.20 222 0.78 0.45
Hex 19 4F CD 58 3D 0 14 DE 4E 2D
Octal 31 117 315 130 75 0 24 336 116 55
Binary 11001 1001111 11001101 1011000 111101 0 10100 11011110 1001110 101101

Color Harmonies of #194FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194FCD

Black with #194FCD

Text Example


Text Example

White with #194FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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