Html Css Color HEX #1994FC Dodger Blue

📋 copy color: '#1994FC'

red 25 ◦ green 148 ◦ blue 252

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

Shades of Dodger Blue #1994FC

Tints of Dodger Blue #1994FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 59.29%

R = 5.88%
G = 34.82%
B = 59.29%

CMYK

 C value IS 0.90

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1994FC (or 0x1994FC) is known color: Dodger Blue. HEX triplet: 19, 94 and FC. RGB value is (25,148,252). Sum of RGB (Red+Green+Blue) = 25+148+252=425 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.88% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 252 (98.83% from 255 or 59.29% from 425); Max value from RGB is 252 - color contains mainly: blue. Hex color #1994FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1994FC is #E66B03. Grayscale: #7A7A7A. Windows color (decimal): -15100676 or 16552985. OLE color: 16552985.

HSL color Cylindrical-coordinate representation of color #1994FC: hue angle of 207.49º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1994FC is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 25 148 252 -
CMYK 0.90 0.41 0 0.01
HSL 207.49º 0.97% 0.54% -
HSV(B) 207.49º 0.9% 0.99% -
XYZ 28.56 28.41 96.07 -
YUV 123.08 200.75 58.04 -
System Red Green Blue C M Y K H S L
Decimal 25 148 252 0.90 0.41 0 0.01 207.49 0.97 0.54
Hex 19 94 FC 5A 29 0 1 CF 61 36
Octal 31 224 374 132 51 0 1 317 141 66
Binary 11001 10010100 11111100 1011010 101001 0 1 11001111 1100001 110110

Color Harmonies of #1994FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1994FC

Black with #1994FC

Text Example


Text Example

White with #1994FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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