Html Css Color HEX #194AE0 Cerulean Blue

📋 copy color: '#194AE0'

red 25 ◦ green 74 ◦ blue 224

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

Shades of Cerulean Blue #194AE0

Tints of Cerulean Blue #194AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 69.35%

R = 7.74%
G = 22.91%
B = 69.35%

CMYK

 C value IS 0.89

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#194AE0 (or 0x194AE0) is known color: Cerulean Blue. HEX triplet: 19, 4A and E0. RGB value is (25,74,224). Sum of RGB (Red+Green+Blue) = 25+74+224=323 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.74% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 224 (87.89% from 255 or 69.35% from 323); Max value from RGB is 224 - color contains mainly: blue. Hex color #194AE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194AE0 is #E6B51F. Grayscale: #4B4B4B. Windows color (decimal): -15119648 or 14699033. OLE color: 14699033.

HSL color Cylindrical-coordinate representation of color #194AE0: hue angle of 225.23º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #194AE0 is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 25 74 224 -
CMYK 0.89 0.67 0 0.12
HSL 225.23º 0.8% 0.49% -
HSV(B) 225.23º 0.89% 0.88% -
XYZ 16.3 10.49 71.69 -
YUV 76.45 211.27 91.3 -
System Red Green Blue C M Y K H S L
Decimal 25 74 224 0.89 0.67 0 0.12 225.23 0.8 0.49
Hex 19 4A E0 59 43 0 C E1 50 31
Octal 31 112 340 131 103 0 14 341 120 61
Binary 11001 1001010 11100000 1011001 1000011 0 1100 11100001 1010000 110001

Color Harmonies of #194AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194AE0

Black with #194AE0

Text Example


Text Example

White with #194AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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