Html Css Color HEX #194ADA Cerulean Blue

📋 copy color: '#194ADA'

red 25 ◦ green 74 ◦ blue 218

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

Shades of Cerulean Blue #194ADA

Tints of Cerulean Blue #194ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 68.77%

R = 7.89%
G = 23.34%
B = 68.77%

CMYK

 C value IS 0.89

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#194ADA (or 0x194ADA) is known color: Cerulean Blue. HEX triplet: 19, 4A and DA. RGB value is (25,74,218). Sum of RGB (Red+Green+Blue) = 25+74+218=317 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.89% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 218 (85.55% from 255 or 68.77% from 317); Max value from RGB is 218 - color contains mainly: blue. Hex color #194ADA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194ADA is #E6B525. Grayscale: #4B4B4B. Windows color (decimal): -15119654 or 14305817. OLE color: 14305817.

HSL color Cylindrical-coordinate representation of color #194ADA: hue angle of 224.77º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #194ADA is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 25 74 218 -
CMYK 0.89 0.66 0 0.15
HSL 224.77º 0.79% 0.48% -
HSV(B) 224.77º 0.89% 0.85% -
XYZ 15.5 10.17 67.47 -
YUV 75.77 208.27 91.79 -
System Red Green Blue C M Y K H S L
Decimal 25 74 218 0.89 0.66 0 0.15 224.77 0.79 0.48
Hex 19 4A DA 59 42 0 F E1 4F 30
Octal 31 112 332 131 102 0 17 341 117 60
Binary 11001 1001010 11011010 1011001 1000010 0 1111 11100001 1001111 110000

Color Harmonies of #194ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194ADA

Black with #194ADA

Text Example


Text Example

White with #194ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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