Html Css Color HEX #194AD2 Cerulean Blue

📋 copy color: '#194AD2'

red 25 ◦ green 74 ◦ blue 210

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

Shades of Cerulean Blue #194AD2

Tints of Cerulean Blue #194AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 67.96%

R = 8.09%
G = 23.95%
B = 67.96%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#194AD2 (or 0x194AD2) is known color: Cerulean Blue. HEX triplet: 19, 4A and D2. RGB value is (25,74,210). Sum of RGB (Red+Green+Blue) = 25+74+210=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 210 (82.42% from 255 or 67.96% from 309); Max value from RGB is 210 - color contains mainly: blue. Hex color #194AD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194AD2 is #E6B52D. Grayscale: #4A4A4A. Windows color (decimal): -15119662 or 13781529. OLE color: 13781529.

HSL color Cylindrical-coordinate representation of color #194AD2: hue angle of 224.11º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #194AD2 is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 25 74 210 -
CMYK 0.88 0.65 0 0.18
HSL 224.11º 0.79% 0.46% -
HSV(B) 224.11º 0.88% 0.82% -
XYZ 14.48 9.76 62.09 -
YUV 74.85 204.27 92.44 -
System Red Green Blue C M Y K H S L
Decimal 25 74 210 0.88 0.65 0 0.18 224.11 0.79 0.46
Hex 19 4A D2 58 41 0 12 E0 4F 2E
Octal 31 112 322 130 101 0 22 340 117 56
Binary 11001 1001010 11010010 1011000 1000001 0 10010 11100000 1001111 101110

Color Harmonies of #194AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194AD2

Black with #194AD2

Text Example


Text Example

White with #194AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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