Html Css Color HEX #194EEB Cerulean Blue

📋 copy color: '#194EEB'

red 25 ◦ green 78 ◦ blue 235

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

Shades of Cerulean Blue #194EEB

Tints of Cerulean Blue #194EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 69.53%

R = 7.4%
G = 23.08%
B = 69.53%

CMYK

 C value IS 0.89

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#194EEB (or 0x194EEB) is known color: Cerulean Blue. HEX triplet: 19, 4E and EB. RGB value is (25,78,235). Sum of RGB (Red+Green+Blue) = 25+78+235=338 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.40% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 235 (92.19% from 255 or 69.53% from 338); Max value from RGB is 235 - color contains mainly: blue. Hex color #194EEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #194EEB is #E6B114. Grayscale: #4F4F4F. Windows color (decimal): -15118613 or 15420953. OLE color: 15420953.

HSL color Cylindrical-coordinate representation of color #194EEB: hue angle of 224.86º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #194EEB is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 78 235 -
CMYK 0.89 0.67 0 0.08
HSL 224.86º 0.84% 0.51% -
HSV(B) 224.86º 0.89% 0.92% -
XYZ 18.12 11.65 79.89 -
YUV 80.05 215.44 88.73 -
System Red Green Blue C M Y K H S L
Decimal 25 78 235 0.89 0.67 0 0.08 224.86 0.84 0.51
Hex 19 4E EB 59 43 0 8 E1 54 33
Octal 31 116 353 131 103 0 10 341 124 63
Binary 11001 1001110 11101011 1011001 1000011 0 1000 11100001 1010100 110011

Color Harmonies of #194EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194EEB

Black with #194EEB

Text Example


Text Example

White with #194EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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