Html Css Color HEX #1F7FFD Dodger Blue

📋 copy color: '#1F7FFD'

red 31 ◦ green 127 ◦ blue 253

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

Shades of Dodger Blue #1F7FFD

Tints of Dodger Blue #1F7FFD

RGB

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

 GREEN value IS 127 (50% from 255) = 30.9%

 BLUE value IS 253 (99.22% from 255) = 61.56%

R = 7.54%
G = 30.9%
B = 61.56%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1F7FFD (or 0x1F7FFD) is known color: Dodger Blue. HEX triplet: 1F, 7F and FD. RGB value is (31,127,253). Sum of RGB (Red+Green+Blue) = 31+127+253=411 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.54% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 253 (99.22% from 255 or 61.56% from 411); Max value from RGB is 253 - color contains mainly: blue. Hex color #1F7FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F7FFD is #E08002. Grayscale: #707070. Windows color (decimal): -14712835 or 16613151. OLE color: 16613151.

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

Color convert

RGB 31 127 253 -
CMYK 0.88 0.50 0 0.01
HSL 214.05º 0.98% 0.56% -
HSV(B) 214.05º 0.88% 0.99% -
XYZ 25.88 22.56 95.92 -
YUV 112.66 207.2 69.75 -
System Red Green Blue C M Y K H S L
Decimal 31 127 253 0.88 0.50 0 0.01 214.05 0.98 0.56
Hex 1F 7F FD 58 32 0 1 D6 62 38
Octal 37 177 375 130 62 0 1 326 142 70
Binary 11111 1111111 11111101 1011000 110010 0 1 11010110 1100010 111000

Color Harmonies of #1F7FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7FFD

Black with #1F7FFD

Text Example


Text Example

White with #1F7FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,127,253); }

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

background-color css

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

 a { background-color: rgb(31,127,253); }

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

border-color css

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

 span { border-color: rgb(31,127,253); }

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