Html Css Color HEX #087AFA Dodger Blue

📋 copy color: '#087AFA'

red 8 ◦ green 122 ◦ blue 250

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

Shades of Dodger Blue #087AFA

Tints of Dodger Blue #087AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 65.79%

R = 2.11%
G = 32.11%
B = 65.79%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#087AFA (or 0x087AFA) is known color: Dodger Blue. HEX triplet: 08, 7A and FA. RGB value is (8,122,250). Sum of RGB (Red+Green+Blue) = 8+122+250=380 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 250 (98.05% from 255 or 65.79% from 380); Max value from RGB is 250 - color contains mainly: blue. Hex color #087AFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087AFA is #F78505. Grayscale: #656565. Windows color (decimal): -16221446 or 16415240. OLE color: 16415240.

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

Color convert

RGB 8 122 250 -
CMYK 0.97 0.51 0 0.02
HSL 211.74º 0.96% 0.51% -
HSV(B) 211.74º 0.97% 0.98% -
XYZ 24.31 20.87 93.19 -
YUV 102.51 211.23 60.59 -
System Red Green Blue C M Y K H S L
Decimal 8 122 250 0.97 0.51 0 0.02 211.74 0.96 0.51
Hex 8 7A FA 61 33 0 2 D4 60 33
Octal 10 172 372 141 63 0 2 324 140 63
Binary 1000 1111010 11111010 1100001 110011 0 10 11010100 1100000 110011

Color Harmonies of #087AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087AFA

Black with #087AFA

Text Example


Text Example

White with #087AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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