Html Css Color HEX #194ECE Cerulean Blue

📋 copy color: '#194ECE'

red 25 ◦ green 78 ◦ blue 206

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

Shades of Cerulean Blue #194ECE

Tints of Cerulean Blue #194ECE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.24%

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

R = 8.09%
G = 25.24%
B = 66.67%

CMYK

 C value IS 0.88

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#194ECE (or 0x194ECE) is known color: Cerulean Blue. HEX triplet: 19, 4E and CE. RGB value is (25,78,206). Sum of RGB (Red+Green+Blue) = 25+78+206=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 206 (80.86% from 255 or 66.67% from 309); Max value from RGB is 206 - color contains mainly: blue. Hex color #194ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194ECE is #E6B131. Grayscale: #4C4C4C. Windows color (decimal): -15118642 or 13520409. OLE color: 13520409.

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

Color convert

RGB 25 78 206 -
CMYK 0.88 0.62 0 0.19
HSL 222.43º 0.78% 0.45% -
HSV(B) 222.43º 0.88% 0.81% -
XYZ 14.27 10.11 59.59 -
YUV 76.75 200.94 91.09 -
System Red Green Blue C M Y K H S L
Decimal 25 78 206 0.88 0.62 0 0.19 222.43 0.78 0.45
Hex 19 4E CE 58 3E 0 13 DE 4E 2D
Octal 31 116 316 130 76 0 23 336 116 55
Binary 11001 1001110 11001110 1011000 111110 0 10011 11011110 1001110 101101

Color Harmonies of #194ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194ECE

Black with #194ECE

Text Example


Text Example

White with #194ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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