Html Css Color HEX #194CCD Cerulean Blue

📋 copy color: '#194CCD'

red 25 ◦ green 76 ◦ blue 205

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

Shades of Cerulean Blue #194CCD

Tints of Cerulean Blue #194CCD

RGB

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

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

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

R = 8.17%
G = 24.84%
B = 66.99%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#194CCD (or 0x194CCD) is known color: Cerulean Blue. HEX triplet: 19, 4C and CD. RGB value is (25,76,205). Sum of RGB (Red+Green+Blue) = 25+76+205=306 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.17% from 306); Green value is 76 (30.08% from 255 or 24.84% from 306); Blue value is 205 (80.47% from 255 or 66.99% from 306); Max value from RGB is 205 - color contains mainly: blue. Hex color #194CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194CCD is #E6B332. Grayscale: #4A4A4A. Windows color (decimal): -15119155 or 13454361. OLE color: 13454361.

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

Color convert

RGB 25 76 205 -
CMYK 0.88 0.63 0 0.20
HSL 223º 0.78% 0.45% -
HSV(B) 223º 0.88% 0.8% -
XYZ 14 9.78 58.91 -
YUV 75.46 201.1 92.01 -
System Red Green Blue C M Y K H S L
Decimal 25 76 205 0.88 0.63 0 0.20 223 0.78 0.45
Hex 19 4C CD 58 3F 0 14 DF 4E 2D
Octal 31 114 315 130 77 0 24 337 116 55
Binary 11001 1001100 11001101 1011000 111111 0 10100 11011111 1001110 101101

Color Harmonies of #194CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194CCD

Black with #194CCD

Text Example


Text Example

White with #194CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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