Html Css Color HEX #194DBE Cerulean Blue

📋 copy color: '#194DBE'

red 25 ◦ green 77 ◦ blue 190

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

Shades of Cerulean Blue #194DBE

Tints of Cerulean Blue #194DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 65.07%

R = 8.56%
G = 26.37%
B = 65.07%

CMYK

 C value IS 0.87

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#194DBE (or 0x194DBE) is known color: Cerulean Blue. HEX triplet: 19, 4D and BE. RGB value is (25,77,190). Sum of RGB (Red+Green+Blue) = 25+77+190=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 190 (74.61% from 255 or 65.07% from 292); Max value from RGB is 190 - color contains mainly: blue. Hex color #194DBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194DBE is #E6B241. Grayscale: #494949. Windows color (decimal): -15118914 or 12471577. OLE color: 12471577.

HSL color Cylindrical-coordinate representation of color #194DBE: hue angle of 221.09º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #194DBE is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 25 77 190 -
CMYK 0.87 0.59 0 0.25
HSL 221.09º 0.77% 0.42% -
HSV(B) 221.09º 0.87% 0.75% -
XYZ 12.35 9.23 49.85 -
YUV 74.33 193.27 92.81 -
System Red Green Blue C M Y K H S L
Decimal 25 77 190 0.87 0.59 0 0.25 221.09 0.77 0.42
Hex 19 4D BE 57 3B 0 19 DD 4D 2A
Octal 31 115 276 127 73 0 31 335 115 52
Binary 11001 1001101 10111110 1010111 111011 0 11001 11011101 1001101 101010

Color Harmonies of #194DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194DBE

Black with #194DBE

Text Example


Text Example

White with #194DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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