Html Css Color HEX #1F81FF Dodger Blue

📋 copy color: '#1F81FF'

red 31 ◦ green 129 ◦ blue 255

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

Shades of Dodger Blue #1F81FF

Tints of Dodger Blue #1F81FF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.08%

 BLUE value IS 255 (100% from 255) = 61.45%

R = 7.47%
G = 31.08%
B = 61.45%

CMYK

 C value IS 0.88

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1F81FF (or 0x1F81FF) is known color: Dodger Blue. HEX triplet: 1F, 81 and FF. RGB value is (31,129,255). Sum of RGB (Red+Green+Blue) = 31+129+255=415 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.47% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F81FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F81FF is #E07E00. Grayscale: #717171. Windows color (decimal): -14712321 or 16744735. OLE color: 16744735.

HSL color Cylindrical-coordinate representation of color #1F81FF: hue angle of 213.75º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F81FF is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 31 129 255 -
CMYK 0.88 0.49 0 0
HSL 213.75º 1% 0.56% -
HSV(B) 213.75º 0.88% 1% -
XYZ 26.47 23.21 97.69 -
YUV 114.06 207.53 68.75 -
System Red Green Blue C M Y K H S L
Decimal 31 129 255 0.88 0.49 0 0 213.75 1 0.56
Hex 1F 81 FF 58 31 0 0 D6 64 38
Octal 37 201 377 130 61 0 0 326 144 70
Binary 11111 10000001 11111111 1011000 110001 0 0 11010110 1100100 111000

Color Harmonies of #1F81FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F81FF

Black with #1F81FF

Text Example


Text Example

White with #1F81FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,129,255); }

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

background-color css

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

 a { background-color: rgb(31,129,255); }

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

border-color css

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

 span { border-color: rgb(31,129,255); }

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