Html Css Color HEX #194FD0 Cerulean Blue

📋 copy color: '#194FD0'

red 25 ◦ green 79 ◦ blue 208

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

Shades of Cerulean Blue #194FD0

Tints of Cerulean Blue #194FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 66.67%

R = 8.01%
G = 25.32%
B = 66.67%

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

#194FD0 (or 0x194FD0) is known color: Cerulean Blue. HEX triplet: 19, 4F and D0. RGB value is (25,79,208). Sum of RGB (Red+Green+Blue) = 25+79+208=312 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.01% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 208 (81.64% from 255 or 66.67% from 312); Max value from RGB is 208 - color contains mainly: blue. Hex color #194FD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194FD0 is #E6B02F. Grayscale: #4C4C4C. Windows color (decimal): -15118384 or 13651737. OLE color: 13651737.

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

Color convert

RGB 25 79 208 -
CMYK 0.88 0.62 0 0.18
HSL 222.3º 0.79% 0.46% -
HSV(B) 222.3º 0.88% 0.82% -
XYZ 14.58 10.35 60.9 -
YUV 77.56 201.61 90.51 -
System Red Green Blue C M Y K H S L
Decimal 25 79 208 0.88 0.62 0 0.18 222.3 0.79 0.46
Hex 19 4F D0 58 3E 0 12 DE 4F 2E
Octal 31 117 320 130 76 0 22 336 117 56
Binary 11001 1001111 11010000 1011000 111110 0 10010 11011110 1001111 101110

Color Harmonies of #194FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194FD0

Black with #194FD0

Text Example


Text Example

White with #194FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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