Html Css Color HEX #0A9BF1 Dodger Blue

📋 copy color: '#0A9BF1'

red 10 ◦ green 155 ◦ blue 241

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

Shades of Dodger Blue #0A9BF1

Tints of Dodger Blue #0A9BF1

RGB

 RED value IS 10 (4.3% from 255) = 2.46%

 GREEN value IS 155 (60.94% from 255) = 38.18%

 BLUE value IS 241 (94.53% from 255) = 59.36%

R = 2.46%
G = 38.18%
B = 59.36%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0A9BF1 (or 0x0A9BF1) is known color: Dodger Blue. HEX triplet: 0A, 9B and F1. RGB value is (10,155,241). Sum of RGB (Red+Green+Blue) = 10+155+241=406 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.46% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 241 (94.53% from 255 or 59.36% from 406); Max value from RGB is 241 - color contains mainly: blue. Hex color #0A9BF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A9BF1 is #F5640E. Grayscale: #787878. Windows color (decimal): -16081935 or 15833866. OLE color: 15833866.

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

Color convert

RGB 10 155 241 -
CMYK 0.96 0.36 0 0.05
HSL 202.34º 0.92% 0.49% -
HSV(B) 202.34º 0.96% 0.95% -
XYZ 27.72 29.86 87.52 -
YUV 121.45 195.46 48.51 -
System Red Green Blue C M Y K H S L
Decimal 10 155 241 0.96 0.36 0 0.05 202.34 0.92 0.49
Hex A 9B F1 60 24 0 5 CA 5C 31
Octal 12 233 361 140 44 0 5 312 134 61
Binary 1010 10011011 11110001 1100000 100100 0 101 11001010 1011100 110001

Color Harmonies of #0A9BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9BF1

Black with #0A9BF1

Text Example


Text Example

White with #0A9BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,155,241); }

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

background-color css

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

 a { background-color: rgb(10,155,241); }

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

border-color css

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

 span { border-color: rgb(10,155,241); }

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