Html Css Color HEX #1F84EF Dodger Blue

📋 copy color: '#1F84EF'

red 31 ◦ green 132 ◦ blue 239

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

Shades of Dodger Blue #1F84EF

Tints of Dodger Blue #1F84EF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.84%

 BLUE value IS 239 (93.75% from 255) = 59.45%

R = 7.71%
G = 32.84%
B = 59.45%

CMYK

 C value IS 0.87

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1F84EF (or 0x1F84EF) is known color: Dodger Blue. HEX triplet: 1F, 84 and EF. RGB value is (31,132,239). Sum of RGB (Red+Green+Blue) = 31+132+239=402 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.71% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 239 (93.75% from 255 or 59.45% from 402); Max value from RGB is 239 - color contains mainly: blue. Hex color #1F84EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F84EF is #E07B10. Grayscale: #717171. Windows color (decimal): -14711569 or 15696927. OLE color: 15696927.

HSL color Cylindrical-coordinate representation of color #1F84EF: hue angle of 210.87º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F84EF is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 31 132 239 -
CMYK 0.87 0.45 0 0.06
HSL 210.87º 0.87% 0.53% -
HSV(B) 210.87º 0.87% 0.94% -
XYZ 24.4 23.03 84.82 -
YUV 114 198.54 68.8 -
System Red Green Blue C M Y K H S L
Decimal 31 132 239 0.87 0.45 0 0.06 210.87 0.87 0.53
Hex 1F 84 EF 57 2D 0 6 D3 57 35
Octal 37 204 357 127 55 0 6 323 127 65
Binary 11111 10000100 11101111 1010111 101101 0 110 11010011 1010111 110101

Color Harmonies of #1F84EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F84EF

Black with #1F84EF

Text Example


Text Example

White with #1F84EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,132,239); }

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

background-color css

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

 a { background-color: rgb(31,132,239); }

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

border-color css

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

 span { border-color: rgb(31,132,239); }

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