Html Css Color HEX #1F7FDB Dodger Blue

📋 copy color: '#1F7FDB'

red 31 ◦ green 127 ◦ blue 219

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

Shades of Dodger Blue #1F7FDB

Tints of Dodger Blue #1F7FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 58.09%

R = 8.22%
G = 33.69%
B = 58.09%

CMYK

 C value IS 0.86

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1F7FDB (or 0x1F7FDB) is known color: Dodger Blue. HEX triplet: 1F, 7F and DB. RGB value is (31,127,219). Sum of RGB (Red+Green+Blue) = 31+127+219=377 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.22% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F7FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7FDB is #E08024. Grayscale: #6C6C6C. Windows color (decimal): -14712869 or 14384927. OLE color: 14384927.

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

Color convert

RGB 31 127 219 -
CMYK 0.86 0.42 0 0.14
HSL 209.36º 0.75% 0.49% -
HSV(B) 209.36º 0.86% 0.86% -
XYZ 20.94 20.58 69.89 -
YUV 108.78 190.2 72.52 -
System Red Green Blue C M Y K H S L
Decimal 31 127 219 0.86 0.42 0 0.14 209.36 0.75 0.49
Hex 1F 7F DB 56 2A 0 E D1 4B 31
Octal 37 177 333 126 52 0 16 321 113 61
Binary 11111 1111111 11011011 1010110 101010 0 1110 11010001 1001011 110001

Color Harmonies of #1F7FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7FDB

Black with #1F7FDB

Text Example


Text Example

White with #1F7FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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