Html Css Color HEX #0F87FF Dodger Blue

📋 copy color: '#0F87FF'

red 15 ◦ green 135 ◦ blue 255

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

Shades of Dodger Blue #0F87FF

Tints of Dodger Blue #0F87FF

RGB

 RED value IS 15 (6.25% from 255) = 3.7%

 GREEN value IS 135 (53.13% from 255) = 33.33%

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

R = 3.7%
G = 33.33%
B = 62.96%

CMYK

 C value IS 0.94

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0F87FF (or 0x0F87FF) is known color: Dodger Blue. HEX triplet: 0F, 87 and FF. RGB value is (15,135,255). Sum of RGB (Red+Green+Blue) = 15+135+255=405 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.70% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F87FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F87FF is #F07800. Grayscale: #707070. Windows color (decimal): -15759361 or 16746255. OLE color: 16746255.

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

Color convert

RGB 15 135 255 -
CMYK 0.94 0.47 0 0
HSL 210º 1% 0.53% -
HSV(B) 210º 0.94% 1% -
XYZ 26.91 24.65 97.95 -
YUV 112.8 208.24 58.24 -
System Red Green Blue C M Y K H S L
Decimal 15 135 255 0.94 0.47 0 0 210 1 0.53
Hex F 87 FF 5E 2F 0 0 D2 64 35
Octal 17 207 377 136 57 0 0 322 144 65
Binary 1111 10000111 11111111 1011110 101111 0 0 11010010 1100100 110101

Color Harmonies of #0F87FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F87FF

Black with #0F87FF

Text Example


Text Example

White with #0F87FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F87FF; }

 p { color: rgb(15,135,255); }

 H1.HeaderClassName
 {
   color: #0F87FF;
 }
 .AnyTagClassName
 {
   color: #0F87FF;
 }
</style>

background-color css

<style>
 a { background-color: #0F87FF; }

 a { background-color: rgb(15,135,255); }

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

border-color css

<style>
 span { border-color: #0F87FF; }

 span { border-color: rgb(15,135,255); }

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