Html Css Color HEX #1F6AFB Dodger Blue

📋 copy color: '#1F6AFB'

red 31 ◦ green 106 ◦ blue 251

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

Shades of Dodger Blue #1F6AFB

Tints of Dodger Blue #1F6AFB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.32%

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

R = 7.99%
G = 27.32%
B = 64.69%

CMYK

 C value IS 0.88

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1F6AFB (or 0x1F6AFB) is known color: Dodger Blue. HEX triplet: 1F, 6A and FB. RGB value is (31,106,251). Sum of RGB (Red+Green+Blue) = 31+106+251=388 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.99% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 251 (98.44% from 255 or 64.69% from 388); Max value from RGB is 251 - color contains mainly: blue. Hex color #1F6AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F6AFB is #E09504. Grayscale: #636363. Windows color (decimal): -14718213 or 16476703. OLE color: 16476703.

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

Color convert

RGB 31 106 251 -
CMYK 0.88 0.58 0 0.02
HSL 219.55º 0.96% 0.55% -
HSV(B) 219.55º 0.88% 0.98% -
XYZ 23.13 17.56 93.44 -
YUV 100.11 213.15 78.71 -
System Red Green Blue C M Y K H S L
Decimal 31 106 251 0.88 0.58 0 0.02 219.55 0.96 0.55
Hex 1F 6A FB 58 3A 0 2 DC 60 37
Octal 37 152 373 130 72 0 2 334 140 67
Binary 11111 1101010 11111011 1011000 111010 0 10 11011100 1100000 110111

Color Harmonies of #1F6AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6AFB

Black with #1F6AFB

Text Example


Text Example

White with #1F6AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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