Html Css Color HEX #0F7EFF Dodger Blue

📋 copy color: '#0F7EFF'

red 15 ◦ green 126 ◦ blue 255

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

Shades of Dodger Blue #0F7EFF

Tints of Dodger Blue #0F7EFF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.82%

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

R = 3.79%
G = 31.82%
B = 64.39%

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

#0F7EFF (or 0x0F7EFF) is known color: Dodger Blue. HEX triplet: 0F, 7E and FF. RGB value is (15,126,255). Sum of RGB (Red+Green+Blue) = 15+126+255=396 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.79% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F7EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F7EFF is #F08100. Grayscale: #6A6A6A. Windows color (decimal): -15761665 or 16743951. OLE color: 16743951.

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

Color convert

RGB 15 126 255 -
CMYK 0.94 0.51 0 0
HSL 212.25º 1% 0.53% -
HSV(B) 212.25º 0.94% 1% -
XYZ 25.71 22.24 97.55 -
YUV 107.52 211.23 62.01 -
System Red Green Blue C M Y K H S L
Decimal 15 126 255 0.94 0.51 0 0 212.25 1 0.53
Hex F 7E FF 5E 33 0 0 D4 64 35
Octal 17 176 377 136 63 0 0 324 144 65
Binary 1111 1111110 11111111 1011110 110011 0 0 11010100 1100100 110101

Color Harmonies of #0F7EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7EFF

Black with #0F7EFF

Text Example


Text Example

White with #0F7EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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