Html Css Color HEX #194FD1 Cerulean Blue

📋 copy color: '#194FD1'

red 25 ◦ green 79 ◦ blue 209

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

Shades of Cerulean Blue #194FD1

Tints of Cerulean Blue #194FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 66.77%

R = 7.99%
G = 25.24%
B = 66.77%

CMYK

 C value IS 0.88

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#194FD1 (or 0x194FD1) is known color: Cerulean Blue. HEX triplet: 19, 4F and D1. RGB value is (25,79,209). Sum of RGB (Red+Green+Blue) = 25+79+209=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 209 (82.03% from 255 or 66.77% from 313); Max value from RGB is 209 - color contains mainly: blue. Hex color #194FD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194FD1 is #E6B02E. Grayscale: #4D4D4D. Windows color (decimal): -15118383 or 13717273. OLE color: 13717273.

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

Color convert

RGB 25 79 209 -
CMYK 0.88 0.62 0 0.18
HSL 222.39º 0.79% 0.46% -
HSV(B) 222.39º 0.88% 0.82% -
XYZ 14.71 10.4 61.55 -
YUV 77.67 202.11 90.43 -
System Red Green Blue C M Y K H S L
Decimal 25 79 209 0.88 0.62 0 0.18 222.39 0.79 0.46
Hex 19 4F D1 58 3E 0 12 DE 4F 2E
Octal 31 117 321 130 76 0 22 336 117 56
Binary 11001 1001111 11010001 1011000 111110 0 10010 11011110 1001111 101110

Color Harmonies of #194FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194FD1

Black with #194FD1

Text Example


Text Example

White with #194FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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