Html Css Color HEX #194DDA Cerulean Blue

📋 copy color: '#194DDA'

red 25 ◦ green 77 ◦ blue 218

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

Shades of Cerulean Blue #194DDA

Tints of Cerulean Blue #194DDA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.06%

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

R = 7.81%
G = 24.06%
B = 68.13%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#194DDA (or 0x194DDA) is known color: Cerulean Blue. HEX triplet: 19, 4D and DA. RGB value is (25,77,218). Sum of RGB (Red+Green+Blue) = 25+77+218=320 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.81% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 218 (85.55% from 255 or 68.12% from 320); Max value from RGB is 218 - color contains mainly: blue. Hex color #194DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194DDA is #E6B225. Grayscale: #4C4C4C. Windows color (decimal): -15118886 or 14306585. OLE color: 14306585.

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

Color convert

RGB 25 77 218 -
CMYK 0.89 0.65 0 0.15
HSL 223.83º 0.79% 0.48% -
HSV(B) 223.83º 0.89% 0.85% -
XYZ 15.71 10.58 67.54 -
YUV 77.53 207.27 90.54 -
System Red Green Blue C M Y K H S L
Decimal 25 77 218 0.89 0.65 0 0.15 223.83 0.79 0.48
Hex 19 4D DA 59 41 0 F E0 4F 30
Octal 31 115 332 131 101 0 17 340 117 60
Binary 11001 1001101 11011010 1011001 1000001 0 1111 11100000 1001111 110000

Color Harmonies of #194DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194DDA

Black with #194DDA

Text Example


Text Example

White with #194DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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