Html Css Color HEX #1F7BDD Dodger Blue

📋 copy color: '#1F7BDD'

red 31 ◦ green 123 ◦ blue 221

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

Shades of Dodger Blue #1F7BDD

Tints of Dodger Blue #1F7BDD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.8%

 BLUE value IS 221 (86.72% from 255) = 58.93%

R = 8.27%
G = 32.8%
B = 58.93%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1F7BDD (or 0x1F7BDD) is known color: Dodger Blue. HEX triplet: 1F, 7B and DD. RGB value is (31,123,221). Sum of RGB (Red+Green+Blue) = 31+123+221=375 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.27% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F7BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7BDD is #E08422. Grayscale: #6A6A6A. Windows color (decimal): -14713891 or 14514975. OLE color: 14514975.

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

Color convert

RGB 31 123 221 -
CMYK 0.86 0.44 0 0.13
HSL 210.95º 0.75% 0.49% -
HSV(B) 210.95º 0.86% 0.87% -
XYZ 20.7 19.68 71.11 -
YUV 106.66 192.52 74.03 -
System Red Green Blue C M Y K H S L
Decimal 31 123 221 0.86 0.44 0 0.13 210.95 0.75 0.49
Hex 1F 7B DD 56 2C 0 D D3 4B 31
Octal 37 173 335 126 54 0 15 323 113 61
Binary 11111 1111011 11011101 1010110 101100 0 1101 11010011 1001011 110001

Color Harmonies of #1F7BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7BDD

Black with #1F7BDD

Text Example


Text Example

White with #1F7BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,123,221); }

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

background-color css

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

 a { background-color: rgb(31,123,221); }

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

border-color css

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

 span { border-color: rgb(31,123,221); }

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