Html Css Color HEX #0F6EFF Dodger Blue

📋 copy color: '#0F6EFF'

red 15 ◦ green 110 ◦ blue 255

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

Shades of Dodger Blue #0F6EFF

Tints of Dodger Blue #0F6EFF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.95%

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

R = 3.95%
G = 28.95%
B = 67.11%

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

#0F6EFF (or 0x0F6EFF) is known color: Dodger Blue. HEX triplet: 0F, 6E and FF. RGB value is (15,110,255). Sum of RGB (Red+Green+Blue) = 15+110+255=380 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.95% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 255 (100% from 255 or 67.11% from 380); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F6EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F6EFF is #F09100. Grayscale: #616161. Windows color (decimal): -15765761 or 16739855. OLE color: 16739855.

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

Color convert

RGB 15 110 255 -
CMYK 0.94 0.57 0 0
HSL 216.25º 1% 0.53% -
HSV(B) 216.25º 0.94% 1% -
XYZ 23.82 18.47 96.92 -
YUV 98.13 216.53 68.71 -
System Red Green Blue C M Y K H S L
Decimal 15 110 255 0.94 0.57 0 0 216.25 1 0.53
Hex F 6E FF 5E 39 0 0 D8 64 35
Octal 17 156 377 136 71 0 0 330 144 65
Binary 1111 1101110 11111111 1011110 111001 0 0 11011000 1100100 110101

Color Harmonies of #0F6EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6EFF

Black with #0F6EFF

Text Example


Text Example

White with #0F6EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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