Html Css Color HEX #194ECC Cerulean Blue

📋 copy color: '#194ECC'

red 25 ◦ green 78 ◦ blue 204

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

Shades of Cerulean Blue #194ECC

Tints of Cerulean Blue #194ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 66.45%

R = 8.14%
G = 25.41%
B = 66.45%

CMYK

 C value IS 0.88

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#194ECC (or 0x194ECC) is known color: Cerulean Blue. HEX triplet: 19, 4E and CC. RGB value is (25,78,204). Sum of RGB (Red+Green+Blue) = 25+78+204=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 204 (80.08% from 255 or 66.45% from 307); Max value from RGB is 204 - color contains mainly: blue. Hex color #194ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194ECC is #E6B133. Grayscale: #4B4B4B. Windows color (decimal): -15118644 or 13389337. OLE color: 13389337.

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

Color convert

RGB 25 78 204 -
CMYK 0.88 0.62 0 0.2
HSL 222.23º 0.78% 0.45% -
HSV(B) 222.23º 0.88% 0.8% -
XYZ 14.02 10.02 58.32 -
YUV 76.52 199.94 91.25 -
System Red Green Blue C M Y K H S L
Decimal 25 78 204 0.88 0.62 0 0.2 222.23 0.78 0.45
Hex 19 4E CC 58 3E 0 14 DE 4E 2D
Octal 31 116 314 130 76 0 24 336 116 55
Binary 11001 1001110 11001100 1011000 111110 0 10100 11011110 1001110 101101

Color Harmonies of #194ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194ECC

Black with #194ECC

Text Example


Text Example

White with #194ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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