Html Css Color HEX #1F84DB Dodger Blue

📋 copy color: '#1F84DB'

red 31 ◦ green 132 ◦ blue 219

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

Shades of Dodger Blue #1F84DB

Tints of Dodger Blue #1F84DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.33%

R = 8.12%
G = 34.55%
B = 57.33%

CMYK

 C value IS 0.86

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1F84DB (or 0x1F84DB) is known color: Dodger Blue. HEX triplet: 1F, 84 and DB. RGB value is (31,132,219). Sum of RGB (Red+Green+Blue) = 31+132+219=382 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.12% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F84DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F84DB is #E07B24. Grayscale: #6F6F6F. Windows color (decimal): -14711589 or 14386207. OLE color: 14386207.

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

Color convert

RGB 31 132 219 -
CMYK 0.86 0.40 0 0.14
HSL 207.77º 0.75% 0.49% -
HSV(B) 207.77º 0.86% 0.86% -
XYZ 21.6 21.91 70.11 -
YUV 111.72 188.54 70.43 -
System Red Green Blue C M Y K H S L
Decimal 31 132 219 0.86 0.40 0 0.14 207.77 0.75 0.49
Hex 1F 84 DB 56 28 0 E D0 4B 31
Octal 37 204 333 126 50 0 16 320 113 61
Binary 11111 10000100 11011011 1010110 101000 0 1110 11010000 1001011 110001

Color Harmonies of #1F84DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F84DB

Black with #1F84DB

Text Example


Text Example

White with #1F84DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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