Html Css Color HEX #1F94FF Dodger Blue

📋 copy color: '#1F94FF'

red 31 ◦ green 148 ◦ blue 255

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

Shades of Dodger Blue #1F94FF

Tints of Dodger Blue #1F94FF

RGB

 RED value IS 31 (12.5% from 255) = 7.14%

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

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

R = 7.14%
G = 34.1%
B = 58.76%

CMYK

 C value IS 0.88

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1F94FF (or 0x1F94FF) is known color: Dodger Blue. HEX triplet: 1F, 94 and FF. RGB value is (31,148,255). Sum of RGB (Red+Green+Blue) = 31+148+255=434 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.14% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F94FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F94FF is #E06B00. Grayscale: #7C7C7C. Windows color (decimal): -14707457 or 16749599. OLE color: 16749599.

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

Color convert

RGB 31 148 255 -
CMYK 0.88 0.42 0 0
HSL 208.66º 1% 0.56% -
HSV(B) 208.66º 0.88% 1% -
XYZ 29.2 28.69 98.61 -
YUV 125.22 201.24 60.8 -
System Red Green Blue C M Y K H S L
Decimal 31 148 255 0.88 0.42 0 0 208.66 1 0.56
Hex 1F 94 FF 58 2A 0 0 D1 64 38
Octal 37 224 377 130 52 0 0 321 144 70
Binary 11111 10010100 11111111 1011000 101010 0 0 11010001 1100100 111000

Color Harmonies of #1F94FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F94FF

Black with #1F94FF

Text Example


Text Example

White with #1F94FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F94FF; }

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

 H1.HeaderClassName
 {
   color: #1F94FF;
 }
 .AnyTagClassName
 {
   color: #1F94FF;
 }
</style>

background-color css

<style>
 a { background-color: #1F94FF; }

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

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

border-color css

<style>
 span { border-color: #1F94FF; }

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

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