Html Css Color HEX #087DF2 Dodger Blue

📋 copy color: '#087DF2'

red 8 ◦ green 125 ◦ blue 242

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

Shades of Dodger Blue #087DF2

Tints of Dodger Blue #087DF2

RGB

 RED value IS 8 (3.52% from 255) = 2.13%

 GREEN value IS 125 (49.22% from 255) = 33.33%

 BLUE value IS 242 (94.92% from 255) = 64.53%

R = 2.13%
G = 33.33%
B = 64.53%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#087DF2 (or 0x087DF2) is known color: Dodger Blue. HEX triplet: 08, 7D and F2. RGB value is (8,125,242). Sum of RGB (Red+Green+Blue) = 8+125+242=375 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.13% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 242 (94.92% from 255 or 64.53% from 375); Max value from RGB is 242 - color contains mainly: blue. Hex color #087DF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087DF2 is #F7820D. Grayscale: #666666. Windows color (decimal): -16220686 or 15891720. OLE color: 15891720.

HSL color Cylindrical-coordinate representation of color #087DF2: hue angle of 210º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #087DF2 is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 8 125 242 -
CMYK 0.97 0.48 0 0.05
HSL 210º 0.94% 0.49% -
HSV(B) 210º 0.97% 0.95% -
XYZ 23.46 21.13 86.85 -
YUV 103.36 206.24 59.99 -
System Red Green Blue C M Y K H S L
Decimal 8 125 242 0.97 0.48 0 0.05 210 0.94 0.49
Hex 8 7D F2 61 30 0 5 D2 5E 31
Octal 10 175 362 141 60 0 5 322 136 61
Binary 1000 1111101 11110010 1100001 110000 0 101 11010010 1011110 110001

Color Harmonies of #087DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087DF2

Black with #087DF2

Text Example


Text Example

White with #087DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087DF2; }

 p { color: rgb(8,125,242); }

 H1.HeaderClassName
 {
   color: #087DF2;
 }
 .AnyTagClassName
 {
   color: #087DF2;
 }
</style>

background-color css

<style>
 a { background-color: #087DF2; }

 a { background-color: rgb(8,125,242); }

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

border-color css

<style>
 span { border-color: #087DF2; }

 span { border-color: rgb(8,125,242); }

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