Html Css Color HEX #0F7CFF Dodger Blue

📋 copy color: '#0F7CFF'

red 15 ◦ green 124 ◦ blue 255

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

Shades of Dodger Blue #0F7CFF

Tints of Dodger Blue #0F7CFF

RGB

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

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

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

R = 3.81%
G = 31.47%
B = 64.72%

CMYK

 C value IS 0.94

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0F7CFF (or 0x0F7CFF) is known color: Dodger Blue. HEX triplet: 0F, 7C and FF. RGB value is (15,124,255). Sum of RGB (Red+Green+Blue) = 15+124+255=394 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.81% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F7CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F7CFF is #F08300. Grayscale: #696969. Windows color (decimal): -15762177 or 16743439. OLE color: 16743439.

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

Color convert

RGB 15 124 255 -
CMYK 0.94 0.51 0 0
HSL 212.75º 1% 0.53% -
HSV(B) 212.75º 0.94% 1% -
XYZ 25.45 21.74 97.46 -
YUV 106.34 211.89 62.85 -
System Red Green Blue C M Y K H S L
Decimal 15 124 255 0.94 0.51 0 0 212.75 1 0.53
Hex F 7C FF 5E 33 0 0 D5 64 35
Octal 17 174 377 136 63 0 0 325 144 65
Binary 1111 1111100 11111111 1011110 110011 0 0 11010101 1100100 110101

Color Harmonies of #0F7CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7CFF

Black with #0F7CFF

Text Example


Text Example

White with #0F7CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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