Html Css Color HEX #0D9FFA Dodger Blue

📋 copy color: '#0D9FFA'

red 13 ◦ green 159 ◦ blue 250

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

Shades of Dodger Blue #0D9FFA

Tints of Dodger Blue #0D9FFA

RGB

 RED value IS 13 (5.47% from 255) = 3.08%

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

 BLUE value IS 250 (98.05% from 255) = 59.24%

R = 3.08%
G = 37.68%
B = 59.24%

CMYK

 C value IS 0.95

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0D9FFA (or 0x0D9FFA) is known color: Dodger Blue. HEX triplet: 0D, 9F and FA. RGB value is (13,159,250). Sum of RGB (Red+Green+Blue) = 13+159+250=422 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.08% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #0D9FFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D9FFA is #F26005. Grayscale: #7D7D7D. Windows color (decimal): -15884294 or 16424717. OLE color: 16424717.

HSL color Cylindrical-coordinate representation of color #0D9FFA: hue angle of 203.04º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D9FFA is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 13 159 250 -
CMYK 0.95 0.36 0 0.02
HSL 203.04º 0.96% 0.52% -
HSV(B) 203.04º 0.95% 0.98% -
XYZ 29.82 31.78 95.01 -
YUV 125.72 198.13 47.6 -
System Red Green Blue C M Y K H S L
Decimal 13 159 250 0.95 0.36 0 0.02 203.04 0.96 0.52
Hex D 9F FA 5F 24 0 2 CB 60 34
Octal 15 237 372 137 44 0 2 313 140 64
Binary 1101 10011111 11111010 1011111 100100 0 10 11001011 1100000 110100

Color Harmonies of #0D9FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9FFA

Black with #0D9FFA

Text Example


Text Example

White with #0D9FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,159,250); }

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

background-color css

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

 a { background-color: rgb(13,159,250); }

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

border-color css

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

 span { border-color: rgb(13,159,250); }

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