Html Css Color HEX #1F7CDE Dodger Blue

📋 copy color: '#1F7CDE'

red 31 ◦ green 124 ◦ blue 222

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

Shades of Dodger Blue #1F7CDE

Tints of Dodger Blue #1F7CDE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.89%

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

R = 8.22%
G = 32.89%
B = 58.89%

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

#1F7CDE (or 0x1F7CDE) is known color: Dodger Blue. HEX triplet: 1F, 7C and DE. RGB value is (31,124,222). Sum of RGB (Red+Green+Blue) = 31+124+222=377 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.22% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 222 (87.11% from 255 or 58.89% from 377); Max value from RGB is 222 - color contains mainly: blue. Hex color #1F7CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7CDE is #E08321. Grayscale: #6A6A6A. Windows color (decimal): -14713634 or 14580767. OLE color: 14580767.

HSL color Cylindrical-coordinate representation of color #1F7CDE: hue angle of 210.79º 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 #1F7CDE is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 31 124 222 -
CMYK 0.86 0.44 0 0.13
HSL 210.79º 0.75% 0.5% -
HSV(B) 210.79º 0.86% 0.87% -
XYZ 20.96 19.98 71.86 -
YUV 107.37 192.69 73.53 -
System Red Green Blue C M Y K H S L
Decimal 31 124 222 0.86 0.44 0 0.13 210.79 0.75 0.5
Hex 1F 7C DE 56 2C 0 D D3 4B 32
Octal 37 174 336 126 54 0 15 323 113 62
Binary 11111 1111100 11011110 1010110 101100 0 1101 11010011 1001011 110010

Color Harmonies of #1F7CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7CDE

Black with #1F7CDE

Text Example


Text Example

White with #1F7CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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