Html Css Color HEX #194DC4 Cerulean Blue

📋 copy color: '#194DC4'

red 25 ◦ green 77 ◦ blue 196

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

Shades of Cerulean Blue #194DC4

Tints of Cerulean Blue #194DC4

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.84%

 BLUE value IS 196 (76.95% from 255) = 65.77%

R = 8.39%
G = 25.84%
B = 65.77%

CMYK

 C value IS 0.87

 M value IS 0.61

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#194DC4 (or 0x194DC4) is known color: Cerulean Blue. HEX triplet: 19, 4D and C4. RGB value is (25,77,196). Sum of RGB (Red+Green+Blue) = 25+77+196=298 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.39% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 196 (76.95% from 255 or 65.77% from 298); Max value from RGB is 196 - color contains mainly: blue. Hex color #194DC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194DC4 is #E6B23B. Grayscale: #4A4A4A. Windows color (decimal): -15118908 or 12864793. OLE color: 12864793.

HSL color Cylindrical-coordinate representation of color #194DC4: hue angle of 221.75º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #194DC4 is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 25 77 196 -
CMYK 0.87 0.61 0 0.23
HSL 221.75º 0.77% 0.43% -
HSV(B) 221.75º 0.87% 0.77% -
XYZ 13.02 9.5 53.37 -
YUV 75.02 196.27 92.32 -
System Red Green Blue C M Y K H S L
Decimal 25 77 196 0.87 0.61 0 0.23 221.75 0.77 0.43
Hex 19 4D C4 57 3D 0 17 DE 4D 2B
Octal 31 115 304 127 75 0 27 336 115 53
Binary 11001 1001101 11000100 1010111 111101 0 10111 11011110 1001101 101011

Color Harmonies of #194DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194DC4

Black with #194DC4

Text Example


Text Example

White with #194DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,77,196); }

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

background-color css

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

 a { background-color: rgb(25,77,196); }

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

border-color css

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

 span { border-color: rgb(25,77,196); }

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