Html Css Color HEX #1F7CF9 Dodger Blue

📋 copy color: '#1F7CF9'

red 31 ◦ green 124 ◦ blue 249

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

Shades of Dodger Blue #1F7CF9

Tints of Dodger Blue #1F7CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 61.63%

R = 7.67%
G = 30.69%
B = 61.63%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1F7CF9 (or 0x1F7CF9) is known color: Dodger Blue. HEX triplet: 1F, 7C and F9. RGB value is (31,124,249). Sum of RGB (Red+Green+Blue) = 31+124+249=404 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.67% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 249 (97.66% from 255 or 61.63% from 404); Max value from RGB is 249 - color contains mainly: blue. Hex color #1F7CF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F7CF9 is #E08306. Grayscale: #6D6D6D. Windows color (decimal): -14713607 or 16350239. OLE color: 16350239.

HSL color Cylindrical-coordinate representation of color #1F7CF9: hue angle of 214.4º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F7CF9 is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 31 124 249 -
CMYK 0.88 0.50 0 0.02
HSL 214.4º 0.95% 0.55% -
HSV(B) 214.4º 0.88% 0.98% -
XYZ 24.87 21.55 92.47 -
YUV 110.44 206.19 71.34 -
System Red Green Blue C M Y K H S L
Decimal 31 124 249 0.88 0.50 0 0.02 214.4 0.95 0.55
Hex 1F 7C F9 58 32 0 2 D6 5F 37
Octal 37 174 371 130 62 0 2 326 137 67
Binary 11111 1111100 11111001 1011000 110010 0 10 11010110 1011111 110111

Color Harmonies of #1F7CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7CF9

Black with #1F7CF9

Text Example


Text Example

White with #1F7CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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