Html Css Color HEX #194CBD Cerulean Blue

📋 copy color: '#194CBD'

red 25 ◦ green 76 ◦ blue 189

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

Shades of Cerulean Blue #194CBD

Tints of Cerulean Blue #194CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 65.17%

R = 8.62%
G = 26.21%
B = 65.17%

CMYK

 C value IS 0.87

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#194CBD (or 0x194CBD) is known color: Cerulean Blue. HEX triplet: 19, 4C and BD. RGB value is (25,76,189). Sum of RGB (Red+Green+Blue) = 25+76+189=290 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.62% from 290); Green value is 76 (30.08% from 255 or 26.21% from 290); Blue value is 189 (74.22% from 255 or 65.17% from 290); Max value from RGB is 189 - color contains mainly: blue. Hex color #194CBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194CBD is #E6B342. Grayscale: #494949. Windows color (decimal): -15119171 or 12405785. OLE color: 12405785.

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

Color convert

RGB 25 76 189 -
CMYK 0.87 0.60 0 0.26
HSL 221.34º 0.77% 0.42% -
HSV(B) 221.34º 0.87% 0.74% -
XYZ 12.17 9.05 49.25 -
YUV 73.63 193.1 93.31 -
System Red Green Blue C M Y K H S L
Decimal 25 76 189 0.87 0.60 0 0.26 221.34 0.77 0.42
Hex 19 4C BD 57 3C 0 1A DD 4D 2A
Octal 31 114 275 127 74 0 32 335 115 52
Binary 11001 1001100 10111101 1010111 111100 0 11010 11011101 1001101 101010

Color Harmonies of #194CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194CBD

Black with #194CBD

Text Example


Text Example

White with #194CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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