Html Css Color HEX #0F75EF Dodger Blue

📋 copy color: '#0F75EF'

red 15 ◦ green 117 ◦ blue 239

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

Shades of Dodger Blue #0F75EF

Tints of Dodger Blue #0F75EF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.54%

 BLUE value IS 239 (93.75% from 255) = 64.42%

R = 4.04%
G = 31.54%
B = 64.42%

CMYK

 C value IS 0.94

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0F75EF (or 0x0F75EF) is known color: Dodger Blue. HEX triplet: 0F, 75 and EF. RGB value is (15,117,239). Sum of RGB (Red+Green+Blue) = 15+117+239=371 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.04% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 239 (93.75% from 255 or 64.42% from 371); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F75EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F75EF is #F08A10. Grayscale: #636363. Windows color (decimal): -15763985 or 15693071. OLE color: 15693071.

HSL color Cylindrical-coordinate representation of color #0F75EF: hue angle of 212.68º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F75EF is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 15 117 239 -
CMYK 0.94 0.51 0 0.06
HSL 212.68º 0.88% 0.5% -
HSV(B) 212.68º 0.94% 0.94% -
XYZ 22.14 19.06 84.17 -
YUV 100.41 206.21 67.08 -
System Red Green Blue C M Y K H S L
Decimal 15 117 239 0.94 0.51 0 0.06 212.68 0.88 0.5
Hex F 75 EF 5E 33 0 6 D5 58 32
Octal 17 165 357 136 63 0 6 325 130 62
Binary 1111 1110101 11101111 1011110 110011 0 110 11010101 1011000 110010

Color Harmonies of #0F75EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F75EF

Black with #0F75EF

Text Example


Text Example

White with #0F75EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,117,239); }

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

background-color css

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

 a { background-color: rgb(15,117,239); }

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

border-color css

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

 span { border-color: rgb(15,117,239); }

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