Html Css Color HEX #1F8AFF Dodger Blue

📋 copy color: '#1F8AFF'

red 31 ◦ green 138 ◦ blue 255

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

Shades of Dodger Blue #1F8AFF

Tints of Dodger Blue #1F8AFF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.55%

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

R = 7.31%
G = 32.55%
B = 60.14%

CMYK

 C value IS 0.88

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1F8AFF (or 0x1F8AFF) is known color: Dodger Blue. HEX triplet: 1F, 8A and FF. RGB value is (31,138,255). Sum of RGB (Red+Green+Blue) = 31+138+255=424 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.31% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F8AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F8AFF is #E07500. Grayscale: #767676. Windows color (decimal): -14710017 or 16747039. OLE color: 16747039.

HSL color Cylindrical-coordinate representation of color #1F8AFF: hue angle of 211.34º 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 #1F8AFF is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 31 138 255 -
CMYK 0.88 0.46 0 0
HSL 211.34º 1% 0.56% -
HSV(B) 211.34º 0.88% 1% -
XYZ 27.7 25.69 98.11 -
YUV 119.35 204.55 64.99 -
System Red Green Blue C M Y K H S L
Decimal 31 138 255 0.88 0.46 0 0 211.34 1 0.56
Hex 1F 8A FF 58 2E 0 0 D3 64 38
Octal 37 212 377 130 56 0 0 323 144 70
Binary 11111 10001010 11111111 1011000 101110 0 0 11010011 1100100 111000

Color Harmonies of #1F8AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8AFF

Black with #1F8AFF

Text Example


Text Example

White with #1F8AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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