Html Css Color HEX #1F7BDE Dodger Blue

📋 copy color: '#1F7BDE'

red 31 ◦ green 123 ◦ blue 222

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

Shades of Dodger Blue #1F7BDE

Tints of Dodger Blue #1F7BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 59.04%

R = 8.24%
G = 32.71%
B = 59.04%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1F7BDE (or 0x1F7BDE) is known color: Dodger Blue. HEX triplet: 1F, 7B and DE. RGB value is (31,123,222). Sum of RGB (Red+Green+Blue) = 31+123+222=376 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.24% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 222 (87.11% from 255 or 59.04% from 376); Max value from RGB is 222 - color contains mainly: blue. Hex color #1F7BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7BDE is #E08421. Grayscale: #6A6A6A. Windows color (decimal): -14713890 or 14580511. OLE color: 14580511.

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

Color convert

RGB 31 123 222 -
CMYK 0.86 0.45 0 0.13
HSL 211.1º 0.75% 0.5% -
HSV(B) 211.1º 0.86% 0.87% -
XYZ 20.83 19.73 71.82 -
YUV 106.78 193.02 73.95 -
System Red Green Blue C M Y K H S L
Decimal 31 123 222 0.86 0.45 0 0.13 211.1 0.75 0.5
Hex 1F 7B DE 56 2D 0 D D3 4B 32
Octal 37 173 336 126 55 0 15 323 113 62
Binary 11111 1111011 11011110 1010110 101101 0 1101 11010011 1001011 110010

Color Harmonies of #1F7BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7BDE

Black with #1F7BDE

Text Example


Text Example

White with #1F7BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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