Html Css Color HEX #1F8AFE Dodger Blue

📋 copy color: '#1F8AFE'

red 31 ◦ green 138 ◦ blue 254

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

Shades of Dodger Blue #1F8AFE

Tints of Dodger Blue #1F8AFE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.62%

 BLUE value IS 254 (99.61% from 255) = 60.05%

R = 7.33%
G = 32.62%
B = 60.05%

CMYK

 C value IS 0.88

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1F8AFE (or 0x1F8AFE) is known color: Dodger Blue. HEX triplet: 1F, 8A and FE. RGB value is (31,138,254). Sum of RGB (Red+Green+Blue) = 31+138+254=423 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.33% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #1F8AFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F8AFE is #E07501. Grayscale: #767676. Windows color (decimal): -14710018 or 16681503. OLE color: 16681503.

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

Color convert

RGB 31 138 254 -
CMYK 0.88 0.46 0 0.00
HSL 211.21º 0.99% 0.56% -
HSV(B) 211.21º 0.88% 1% -
XYZ 27.54 25.62 97.26 -
YUV 119.23 204.05 65.07 -
System Red Green Blue C M Y K H S L
Decimal 31 138 254 0.88 0.46 0 0.00 211.21 0.99 0.56
Hex 1F 8A FE 58 2E 0 0 D3 63 38
Octal 37 212 376 130 56 0 0 323 143 70
Binary 11111 10001010 11111110 1011000 101110 0 0 11010011 1100011 111000

Color Harmonies of #1F8AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8AFE

Black with #1F8AFE

Text Example


Text Example

White with #1F8AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,138,254); }

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

background-color css

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

 a { background-color: rgb(31,138,254); }

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

border-color css

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

 span { border-color: rgb(31,138,254); }

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