Html Css Color HEX #0F6DFF Dodger Blue

📋 copy color: '#0F6DFF'

red 15 ◦ green 109 ◦ blue 255

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

Shades of Dodger Blue #0F6DFF

Tints of Dodger Blue #0F6DFF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.76%

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

R = 3.96%
G = 28.76%
B = 67.28%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0F6DFF (or 0x0F6DFF) is known color: Dodger Blue. HEX triplet: 0F, 6D and FF. RGB value is (15,109,255). Sum of RGB (Red+Green+Blue) = 15+109+255=379 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.96% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F6DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F6DFF is #F09200. Grayscale: #606060. Windows color (decimal): -15766017 or 16739599. OLE color: 16739599.

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

Color convert

RGB 15 109 255 -
CMYK 0.94 0.57 0 0
HSL 216.5º 1% 0.53% -
HSV(B) 216.5º 0.94% 1% -
XYZ 23.72 18.26 96.88 -
YUV 97.54 216.86 69.13 -
System Red Green Blue C M Y K H S L
Decimal 15 109 255 0.94 0.57 0 0 216.5 1 0.53
Hex F 6D FF 5E 39 0 0 D8 64 35
Octal 17 155 377 136 71 0 0 330 144 65
Binary 1111 1101101 11111111 1011110 111001 0 0 11011000 1100100 110101

Color Harmonies of #0F6DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6DFF

Black with #0F6DFF

Text Example


Text Example

White with #0F6DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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