Html Css Color HEX #0F93EF Dodger Blue

📋 copy color: '#0F93EF'

red 15 ◦ green 147 ◦ blue 239

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

Shades of Dodger Blue #0F93EF

Tints of Dodger Blue #0F93EF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.66%

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

R = 3.74%
G = 36.66%
B = 59.6%

CMYK

 C value IS 0.94

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0F93EF (or 0x0F93EF) is known color: Dodger Blue. HEX triplet: 0F, 93 and EF. RGB value is (15,147,239). Sum of RGB (Red+Green+Blue) = 15+147+239=401 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.74% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 239 (93.75% from 255 or 59.60% from 401); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F93EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F93EF is #F06C10. Grayscale: #757575. Windows color (decimal): -15756305 or 15700751. OLE color: 15700751.

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

Color convert

RGB 15 147 239 -
CMYK 0.94 0.38 0 0.06
HSL 204.64º 0.88% 0.5% -
HSV(B) 204.64º 0.94% 0.94% -
XYZ 26.21 27.2 85.53 -
YUV 118.02 196.27 54.52 -
System Red Green Blue C M Y K H S L
Decimal 15 147 239 0.94 0.38 0 0.06 204.64 0.88 0.5
Hex F 93 EF 5E 26 0 6 CD 58 32
Octal 17 223 357 136 46 0 6 315 130 62
Binary 1111 10010011 11101111 1011110 100110 0 110 11001101 1011000 110010

Color Harmonies of #0F93EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F93EF

Black with #0F93EF

Text Example


Text Example

White with #0F93EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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