Html Css Color HEX #0F8DFF Dodger Blue

📋 copy color: '#0F8DFF'

red 15 ◦ green 141 ◦ blue 255

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

Shades of Dodger Blue #0F8DFF

Tints of Dodger Blue #0F8DFF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.31%

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

R = 3.65%
G = 34.31%
B = 62.04%

CMYK

 C value IS 0.94

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0F8DFF (or 0x0F8DFF) is known color: Dodger Blue. HEX triplet: 0F, 8D and FF. RGB value is (15,141,255). Sum of RGB (Red+Green+Blue) = 15+141+255=411 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.65% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F8DFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F8DFF is #F07200. Grayscale: #737373. Windows color (decimal): -15757825 or 16747791. OLE color: 16747791.

HSL color Cylindrical-coordinate representation of color #0F8DFF: hue angle of 208.5º 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 #0F8DFF is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 15 141 255 -
CMYK 0.94 0.45 0 0
HSL 208.5º 1% 0.53% -
HSV(B) 208.5º 0.94% 1% -
XYZ 27.77 26.37 98.23 -
YUV 116.32 206.26 55.73 -
System Red Green Blue C M Y K H S L
Decimal 15 141 255 0.94 0.45 0 0 208.5 1 0.53
Hex F 8D FF 5E 2D 0 0 D0 64 35
Octal 17 215 377 136 55 0 0 320 144 65
Binary 1111 10001101 11111111 1011110 101101 0 0 11010000 1100100 110101

Color Harmonies of #0F8DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8DFF

Black with #0F8DFF

Text Example


Text Example

White with #0F8DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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