Html Css Color HEX #1F7FFB Dodger Blue

📋 copy color: '#1F7FFB'

red 31 ◦ green 127 ◦ blue 251

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

Shades of Dodger Blue #1F7FFB

Tints of Dodger Blue #1F7FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 61.37%

R = 7.58%
G = 31.05%
B = 61.37%

CMYK

 C value IS 0.88

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1F7FFB (or 0x1F7FFB) is known color: Dodger Blue. HEX triplet: 1F, 7F and FB. RGB value is (31,127,251). Sum of RGB (Red+Green+Blue) = 31+127+251=409 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.58% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 251 (98.44% from 255 or 61.37% from 409); Max value from RGB is 251 - color contains mainly: blue. Hex color #1F7FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F7FFB is #E08004. Grayscale: #6F6F6F. Windows color (decimal): -14712837 or 16482079. OLE color: 16482079.

HSL color Cylindrical-coordinate representation of color #1F7FFB: hue angle of 213.82º degrees, saturation: 0.96, 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 #1F7FFB is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 31 127 251 -
CMYK 0.88 0.49 0 0.02
HSL 213.82º 0.96% 0.55% -
HSV(B) 213.82º 0.88% 0.98% -
XYZ 25.57 22.44 94.25 -
YUV 112.43 206.2 69.92 -
System Red Green Blue C M Y K H S L
Decimal 31 127 251 0.88 0.49 0 0.02 213.82 0.96 0.55
Hex 1F 7F FB 58 31 0 2 D6 60 37
Octal 37 177 373 130 61 0 2 326 140 67
Binary 11111 1111111 11111011 1011000 110001 0 10 11010110 1100000 110111

Color Harmonies of #1F7FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7FFB

Black with #1F7FFB

Text Example


Text Example

White with #1F7FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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