Html Css Color HEX #087AFF Dodger Blue

📋 copy color: '#087AFF'

red 8 ◦ green 122 ◦ blue 255

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

Shades of Dodger Blue #087AFF

Tints of Dodger Blue #087AFF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.69%

 BLUE value IS 255 (100% from 255) = 66.23%

R = 2.08%
G = 31.69%
B = 66.23%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#087AFF (or 0x087AFF) is known color: Dodger Blue. HEX triplet: 08, 7A and FF. RGB value is (8,122,255). Sum of RGB (Red+Green+Blue) = 8+122+255=385 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.08% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #087AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087AFF is #F78500. Grayscale: #666666. Windows color (decimal): -16221441 or 16742920. OLE color: 16742920.

HSL color Cylindrical-coordinate representation of color #087AFF: hue angle of 212.31º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #087AFF is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 8 122 255 -
CMYK 0.97 0.52 0 0
HSL 212.31º 1% 0.52% -
HSV(B) 212.31º 0.97% 1% -
XYZ 25.11 21.19 97.37 -
YUV 103.08 213.73 60.19 -
System Red Green Blue C M Y K H S L
Decimal 8 122 255 0.97 0.52 0 0 212.31 1 0.52
Hex 8 7A FF 61 34 0 0 D4 64 34
Octal 10 172 377 141 64 0 0 324 144 64
Binary 1000 1111010 11111111 1100001 110100 0 0 11010100 1100100 110100

Color Harmonies of #087AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087AFF

Black with #087AFF

Text Example


Text Example

White with #087AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,122,255); }

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

background-color css

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

 a { background-color: rgb(8,122,255); }

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

border-color css

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

 span { border-color: rgb(8,122,255); }

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