Html Css Color HEX #1994FF Dodger Blue

📋 copy color: '#1994FF'

red 25 ◦ green 148 ◦ blue 255

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

Shades of Dodger Blue #1994FF

Tints of Dodger Blue #1994FF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.58%

 BLUE value IS 255 (100% from 255) = 59.58%

R = 5.84%
G = 34.58%
B = 59.58%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1994FF (or 0x1994FF) is known color: Dodger Blue. HEX triplet: 19, 94 and FF. RGB value is (25,148,255). Sum of RGB (Red+Green+Blue) = 25+148+255=428 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.84% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #1994FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1994FF is #E66B00. Grayscale: #7A7A7A. Windows color (decimal): -15100673 or 16749593. OLE color: 16749593.

HSL color Cylindrical-coordinate representation of color #1994FF: hue angle of 207.91º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1994FF is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 25 148 255 -
CMYK 0.90 0.42 0 0
HSL 207.91º 1% 0.55% -
HSV(B) 207.91º 0.9% 1% -
XYZ 29.04 28.61 98.6 -
YUV 123.42 202.25 57.8 -
System Red Green Blue C M Y K H S L
Decimal 25 148 255 0.90 0.42 0 0 207.91 1 0.55
Hex 19 94 FF 5A 2A 0 0 D0 64 37
Octal 31 224 377 132 52 0 0 320 144 67
Binary 11001 10010100 11111111 1011010 101010 0 0 11010000 1100100 110111

Color Harmonies of #1994FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1994FF

Black with #1994FF

Text Example


Text Example

White with #1994FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1994FF; }

 p { color: rgb(25,148,255); }

 H1.HeaderClassName
 {
   color: #1994FF;
 }
 .AnyTagClassName
 {
   color: #1994FF;
 }
</style>

background-color css

<style>
 a { background-color: #1994FF; }

 a { background-color: rgb(25,148,255); }

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

border-color css

<style>
 span { border-color: #1994FF; }

 span { border-color: rgb(25,148,255); }

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