Html Css Color HEX #194EE4 Cerulean Blue

📋 copy color: '#194EE4'

red 25 ◦ green 78 ◦ blue 228

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

Shades of Cerulean Blue #194EE4

Tints of Cerulean Blue #194EE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 68.88%

R = 7.55%
G = 23.56%
B = 68.88%

CMYK

 C value IS 0.89

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#194EE4 (or 0x194EE4) is known color: Cerulean Blue. HEX triplet: 19, 4E and E4. RGB value is (25,78,228). Sum of RGB (Red+Green+Blue) = 25+78+228=331 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.55% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 228 (89.45% from 255 or 68.88% from 331); Max value from RGB is 228 - color contains mainly: blue. Hex color #194EE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194EE4 is #E6B11B. Grayscale: #4E4E4E. Windows color (decimal): -15118620 or 14962201. OLE color: 14962201.

HSL color Cylindrical-coordinate representation of color #194EE4: hue angle of 224.33º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #194EE4 is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 25 78 228 -
CMYK 0.89 0.66 0 0.11
HSL 224.34º 0.8% 0.5% -
HSV(B) 224.34º 0.89% 0.89% -
XYZ 17.13 11.26 74.67 -
YUV 79.25 211.94 89.3 -
System Red Green Blue C M Y K H S L
Decimal 25 78 228 0.89 0.66 0 0.11 224.34 0.8 0.5
Hex 19 4E E4 59 42 0 B E0 50 32
Octal 31 116 344 131 102 0 13 340 120 62
Binary 11001 1001110 11100100 1011001 1000010 0 1011 11100000 1010000 110010

Color Harmonies of #194EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194EE4

Black with #194EE4

Text Example


Text Example

White with #194EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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