Html Css Color HEX #0F99FD Dodger Blue

📋 copy color: '#0F99FD'

red 15 ◦ green 153 ◦ blue 253

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

Shades of Dodger Blue #0F99FD

Tints of Dodger Blue #0F99FD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.34%

 BLUE value IS 253 (99.22% from 255) = 60.1%

R = 3.56%
G = 36.34%
B = 60.1%

CMYK

 C value IS 0.94

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0F99FD (or 0x0F99FD) is known color: Dodger Blue. HEX triplet: 0F, 99 and FD. RGB value is (15,153,253). Sum of RGB (Red+Green+Blue) = 15+153+253=421 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.56% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #0F99FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F99FD is #F06602. Grayscale: #7A7A7A. Windows color (decimal): -15754755 or 16619791. OLE color: 16619791.

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

Color convert

RGB 15 153 253 -
CMYK 0.94 0.40 0 0.01
HSL 205.21º 0.98% 0.53% -
HSV(B) 205.21º 0.94% 0.99% -
XYZ 29.32 29.98 97.17 -
YUV 123.14 201.28 50.87 -
System Red Green Blue C M Y K H S L
Decimal 15 153 253 0.94 0.40 0 0.01 205.21 0.98 0.53
Hex F 99 FD 5E 28 0 1 CD 62 35
Octal 17 231 375 136 50 0 1 315 142 65
Binary 1111 10011001 11111101 1011110 101000 0 1 11001101 1100010 110101

Color Harmonies of #0F99FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F99FD

Black with #0F99FD

Text Example


Text Example

White with #0F99FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,153,253); }

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

background-color css

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

 a { background-color: rgb(15,153,253); }

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

border-color css

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

 span { border-color: rgb(15,153,253); }

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