Html Css Color HEX #087CF4 Dodger Blue

📋 copy color: '#087CF4'

red 8 ◦ green 124 ◦ blue 244

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

Shades of Dodger Blue #087CF4

Tints of Dodger Blue #087CF4

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.98%

 BLUE value IS 244 (95.7% from 255) = 64.89%

R = 2.13%
G = 32.98%
B = 64.89%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#087CF4 (or 0x087CF4) is known color: Dodger Blue. HEX triplet: 08, 7C and F4. RGB value is (8,124,244). Sum of RGB (Red+Green+Blue) = 8+124+244=376 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.13% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 244 (95.70% from 255 or 64.89% from 376); Max value from RGB is 244 - color contains mainly: blue. Hex color #087CF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087CF4 is #F7830B. Grayscale: #666666. Windows color (decimal): -16220940 or 16022536. OLE color: 16022536.

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

Color convert

RGB 8 124 244 -
CMYK 0.97 0.49 0 0.04
HSL 210.51º 0.94% 0.49% -
HSV(B) 210.51º 0.97% 0.96% -
XYZ 23.64 21 88.4 -
YUV 103 207.57 60.24 -
System Red Green Blue C M Y K H S L
Decimal 8 124 244 0.97 0.49 0 0.04 210.51 0.94 0.49
Hex 8 7C F4 61 31 0 4 D3 5E 31
Octal 10 174 364 141 61 0 4 323 136 61
Binary 1000 1111100 11110100 1100001 110001 0 100 11010011 1011110 110001

Color Harmonies of #087CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087CF4

Black with #087CF4

Text Example


Text Example

White with #087CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,124,244); }

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

background-color css

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

 a { background-color: rgb(8,124,244); }

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

border-color css

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

 span { border-color: rgb(8,124,244); }

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