Html Css Color HEX #194BB8 Cerulean Blue

📋 copy color: '#194BB8'

red 25 ◦ green 75 ◦ blue 184

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

Shades of Cerulean Blue #194BB8

Tints of Cerulean Blue #194BB8

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.41%

 BLUE value IS 184 (72.27% from 255) = 64.79%

R = 8.8%
G = 26.41%
B = 64.79%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#194BB8 (or 0x194BB8) is known color: Cerulean Blue. HEX triplet: 19, 4B and B8. RGB value is (25,75,184). Sum of RGB (Red+Green+Blue) = 25+75+184=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 75 (29.69% from 255 or 26.41% from 284); Blue value is 184 (72.27% from 255 or 64.79% from 284); Max value from RGB is 184 - color contains mainly: blue. Hex color #194BB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194BB8 is #E6B447. Grayscale: #474747. Windows color (decimal): -15119432 or 12077849. OLE color: 12077849.

HSL color Cylindrical-coordinate representation of color #194BB8: hue angle of 221.13º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #194BB8 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 25 75 184 -
CMYK 0.86 0.59 0 0.28
HSL 221.13º 0.76% 0.41% -
HSV(B) 221.13º 0.86% 0.72% -
XYZ 11.57 8.7 46.42 -
YUV 72.48 190.94 94.14 -
System Red Green Blue C M Y K H S L
Decimal 25 75 184 0.86 0.59 0 0.28 221.13 0.76 0.41
Hex 19 4B B8 56 3B 0 1C DD 4C 29
Octal 31 113 270 126 73 0 34 335 114 51
Binary 11001 1001011 10111000 1010110 111011 0 11100 11011101 1001100 101001

Color Harmonies of #194BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194BB8

Black with #194BB8

Text Example


Text Example

White with #194BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,75,184); }

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

background-color css

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

 a { background-color: rgb(25,75,184); }

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

border-color css

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

 span { border-color: rgb(25,75,184); }

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