Html Css Color HEX #0F9FFE Dodger Blue

📋 copy color: '#0F9FFE'

red 15 ◦ green 159 ◦ blue 254

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

Shades of Dodger Blue #0F9FFE

Tints of Dodger Blue #0F9FFE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.15%

 BLUE value IS 254 (99.61% from 255) = 59.35%

R = 3.5%
G = 37.15%
B = 59.35%

CMYK

 C value IS 0.94

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0F9FFE (or 0x0F9FFE) is known color: Dodger Blue. HEX triplet: 0F, 9F and FE. RGB value is (15,159,254). Sum of RGB (Red+Green+Blue) = 15+159+254=428 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.50% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #0F9FFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F9FFE is #F06001. Grayscale: #7E7E7E. Windows color (decimal): -15753218 or 16686863. OLE color: 16686863.

HSL color Cylindrical-coordinate representation of color #0F9FFE: hue angle of 203.85º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F9FFE is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 15 159 254 -
CMYK 0.94 0.37 0 0.00
HSL 203.85º 0.99% 0.53% -
HSV(B) 203.85º 0.94% 1% -
XYZ 30.48 32.05 98.35 -
YUV 126.77 199.79 48.28 -
System Red Green Blue C M Y K H S L
Decimal 15 159 254 0.94 0.37 0 0.00 203.85 0.99 0.53
Hex F 9F FE 5E 25 0 0 CC 63 35
Octal 17 237 376 136 45 0 0 314 143 65
Binary 1111 10011111 11111110 1011110 100101 0 0 11001100 1100011 110101

Color Harmonies of #0F9FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9FFE

Black with #0F9FFE

Text Example


Text Example

White with #0F9FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,159,254); }

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

background-color css

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

 a { background-color: rgb(15,159,254); }

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

border-color css

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

 span { border-color: rgb(15,159,254); }

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