Html Css Color HEX #1F7FDA Dodger Blue

📋 copy color: '#1F7FDA'

red 31 ◦ green 127 ◦ blue 218

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

Shades of Dodger Blue #1F7FDA

Tints of Dodger Blue #1F7FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.98%

R = 8.24%
G = 33.78%
B = 57.98%

CMYK

 C value IS 0.86

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1F7FDA (or 0x1F7FDA) is known color: Dodger Blue. HEX triplet: 1F, 7F and DA. RGB value is (31,127,218). Sum of RGB (Red+Green+Blue) = 31+127+218=376 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.24% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 218 (85.55% from 255 or 57.98% from 376); Max value from RGB is 218 - color contains mainly: blue. Hex color #1F7FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7FDA is #E08025. Grayscale: #6C6C6C. Windows color (decimal): -14712870 or 14319391. OLE color: 14319391.

HSL color Cylindrical-coordinate representation of color #1F7FDA: hue angle of 209.2º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F7FDA is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 31 127 218 -
CMYK 0.86 0.42 0 0.15
HSL 209.2º 0.75% 0.49% -
HSV(B) 209.2º 0.86% 0.85% -
XYZ 20.81 20.53 69.2 -
YUV 108.67 189.7 72.6 -
System Red Green Blue C M Y K H S L
Decimal 31 127 218 0.86 0.42 0 0.15 209.2 0.75 0.49
Hex 1F 7F DA 56 2A 0 F D1 4B 31
Octal 37 177 332 126 52 0 17 321 113 61
Binary 11111 1111111 11011010 1010110 101010 0 1111 11010001 1001011 110001

Color Harmonies of #1F7FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7FDA

Black with #1F7FDA

Text Example


Text Example

White with #1F7FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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