Html Css Color HEX #1F8CFD Dodger Blue

📋 copy color: '#1F8CFD'

red 31 ◦ green 140 ◦ blue 253

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

Shades of Dodger Blue #1F8CFD

Tints of Dodger Blue #1F8CFD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.02%

 BLUE value IS 253 (99.22% from 255) = 59.67%

R = 7.31%
G = 33.02%
B = 59.67%

CMYK

 C value IS 0.88

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1F8CFD (or 0x1F8CFD) is known color: Dodger Blue. HEX triplet: 1F, 8C and FD. RGB value is (31,140,253). Sum of RGB (Red+Green+Blue) = 31+140+253=424 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.31% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 253 (99.22% from 255 or 59.67% from 424); Max value from RGB is 253 - color contains mainly: blue. Hex color #1F8CFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F8CFD is #E07302. Grayscale: #777777. Windows color (decimal): -14709507 or 16616479. OLE color: 16616479.

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

Color convert

RGB 31 140 253 -
CMYK 0.88 0.45 0 0.01
HSL 210.54º 0.98% 0.56% -
HSV(B) 210.54º 0.88% 0.99% -
XYZ 27.67 26.14 96.52 -
YUV 120.29 202.89 64.31 -
System Red Green Blue C M Y K H S L
Decimal 31 140 253 0.88 0.45 0 0.01 210.54 0.98 0.56
Hex 1F 8C FD 58 2D 0 1 D3 62 38
Octal 37 214 375 130 55 0 1 323 142 70
Binary 11111 10001100 11111101 1011000 101101 0 1 11010011 1100010 111000

Color Harmonies of #1F8CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8CFD

Black with #1F8CFD

Text Example


Text Example

White with #1F8CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,140,253); }

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

background-color css

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

 a { background-color: rgb(31,140,253); }

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

border-color css

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

 span { border-color: rgb(31,140,253); }

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