Html Css Color HEX #194AEB Cerulean Blue

📋 copy color: '#194AEB'

red 25 ◦ green 74 ◦ blue 235

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

Shades of Cerulean Blue #194AEB

Tints of Cerulean Blue #194AEB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.16%

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

R = 7.49%
G = 22.16%
B = 70.36%

CMYK

 C value IS 0.89

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#194AEB (or 0x194AEB) is known color: Cerulean Blue. HEX triplet: 19, 4A and EB. RGB value is (25,74,235). Sum of RGB (Red+Green+Blue) = 25+74+235=334 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.49% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 235 (92.19% from 255 or 70.36% from 334); Max value from RGB is 235 - color contains mainly: blue. Hex color #194AEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #194AEB is #E6B514. Grayscale: #4D4D4D. Windows color (decimal): -15119637 or 15419929. OLE color: 15419929.

HSL color Cylindrical-coordinate representation of color #194AEB: hue angle of 226º 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 #194AEB is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 74 235 -
CMYK 0.89 0.69 0 0.08
HSL 226º 0.84% 0.51% -
HSV(B) 226º 0.89% 0.92% -
XYZ 17.85 11.1 79.8 -
YUV 77.7 216.77 90.41 -
System Red Green Blue C M Y K H S L
Decimal 25 74 235 0.89 0.69 0 0.08 226 0.84 0.51
Hex 19 4A EB 59 45 0 8 E2 54 33
Octal 31 112 353 131 105 0 10 342 124 63
Binary 11001 1001010 11101011 1011001 1000101 0 1000 11100010 1010100 110011

Color Harmonies of #194AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194AEB

Black with #194AEB

Text Example


Text Example

White with #194AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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