Html Css Color HEX #1F6DFF Dodger Blue

📋 copy color: '#1F6DFF'

red 31 ◦ green 109 ◦ blue 255

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

Shades of Dodger Blue #1F6DFF

Tints of Dodger Blue #1F6DFF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.59%

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

R = 7.85%
G = 27.59%
B = 64.56%

CMYK

 C value IS 0.88

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1F6DFF (or 0x1F6DFF) is known color: Dodger Blue. HEX triplet: 1F, 6D and FF. RGB value is (31,109,255). Sum of RGB (Red+Green+Blue) = 31+109+255=395 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.85% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F6DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F6DFF is #E09200. Grayscale: #656565. Windows color (decimal): -14717441 or 16739615. OLE color: 16739615.

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

Color convert

RGB 31 109 255 -
CMYK 0.88 0.57 0 0
HSL 219.11º 1% 0.56% -
HSV(B) 219.11º 0.88% 1% -
XYZ 24.08 18.45 96.9 -
YUV 102.32 214.16 77.13 -
System Red Green Blue C M Y K H S L
Decimal 31 109 255 0.88 0.57 0 0 219.11 1 0.56
Hex 1F 6D FF 58 39 0 0 DB 64 38
Octal 37 155 377 130 71 0 0 333 144 70
Binary 11111 1101101 11111111 1011000 111001 0 0 11011011 1100100 111000

Color Harmonies of #1F6DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6DFF

Black with #1F6DFF

Text Example


Text Example

White with #1F6DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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