Html Css Color HEX #194CCE Cerulean Blue

📋 copy color: '#194CCE'

red 25 ◦ green 76 ◦ blue 206

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

Shades of Cerulean Blue #194CCE

Tints of Cerulean Blue #194CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 67.1%

R = 8.14%
G = 24.76%
B = 67.1%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#194CCE (or 0x194CCE) is known color: Cerulean Blue. HEX triplet: 19, 4C and CE. RGB value is (25,76,206). Sum of RGB (Red+Green+Blue) = 25+76+206=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #194CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194CCE is #E6B331. Grayscale: #4B4B4B. Windows color (decimal): -15119154 or 13519897. OLE color: 13519897.

HSL color Cylindrical-coordinate representation of color #194CCE: hue angle of 223.09º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #194CCE is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 25 76 206 -
CMYK 0.88 0.63 0 0.19
HSL 223.09º 0.78% 0.45% -
HSV(B) 223.09º 0.88% 0.81% -
XYZ 14.13 9.83 59.55 -
YUV 75.57 201.6 91.93 -
System Red Green Blue C M Y K H S L
Decimal 25 76 206 0.88 0.63 0 0.19 223.09 0.78 0.45
Hex 19 4C CE 58 3F 0 13 DF 4E 2D
Octal 31 114 316 130 77 0 23 337 116 55
Binary 11001 1001100 11001110 1011000 111111 0 10011 11011111 1001110 101101

Color Harmonies of #194CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194CCE

Black with #194CCE

Text Example


Text Example

White with #194CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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