Html Css Color HEX #1F84E0 Dodger Blue

📋 copy color: '#1F84E0'

red 31 ◦ green 132 ◦ blue 224

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

Shades of Dodger Blue #1F84E0

Tints of Dodger Blue #1F84E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 57.88%

R = 8.01%
G = 34.11%
B = 57.88%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1F84E0 (or 0x1F84E0) is known color: Dodger Blue. HEX triplet: 1F, 84 and E0. RGB value is (31,132,224). Sum of RGB (Red+Green+Blue) = 31+132+224=387 (51% of max value = 765). Red value is 31 (12.5% from 255 or 8.01% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 224 (87.89% from 255 or 57.88% from 387); Max value from RGB is 224 - color contains mainly: blue. Hex color #1F84E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F84E0 is #E07B1F. Grayscale: #6F6F6F. Windows color (decimal): -14711584 or 14713887. OLE color: 14713887.

HSL color Cylindrical-coordinate representation of color #1F84E0: hue angle of 208.6º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F84E0 is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 31 132 224 -
CMYK 0.86 0.41 0 0.12
HSL 208.6º 0.76% 0.5% -
HSV(B) 208.6º 0.86% 0.88% -
XYZ 22.27 22.18 73.63 -
YUV 112.29 191.04 70.02 -
System Red Green Blue C M Y K H S L
Decimal 31 132 224 0.86 0.41 0 0.12 208.6 0.76 0.5
Hex 1F 84 E0 56 29 0 C D1 4C 32
Octal 37 204 340 126 51 0 14 321 114 62
Binary 11111 10000100 11100000 1010110 101001 0 1100 11010001 1001100 110010

Color Harmonies of #1F84E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F84E0

Black with #1F84E0

Text Example


Text Example

White with #1F84E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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