Html Css Color HEX #0A9BFF Dodger Blue

📋 copy color: '#0A9BFF'

red 10 ◦ green 155 ◦ blue 255

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

Shades of Dodger Blue #0A9BFF

Tints of Dodger Blue #0A9BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60.71%

R = 2.38%
G = 36.9%
B = 60.71%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0A9BFF (or 0x0A9BFF) is known color: Dodger Blue. HEX triplet: 0A, 9B and FF. RGB value is (10,155,255). Sum of RGB (Red+Green+Blue) = 10+155+255=420 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.38% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #0A9BFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A9BFF is #F56400. Grayscale: #7A7A7A. Windows color (decimal): -16081921 or 16751370. OLE color: 16751370.

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

Color convert

RGB 10 155 255 -
CMYK 0.96 0.39 0 0
HSL 204.49º 1% 0.52% -
HSV(B) 204.49º 0.96% 1% -
XYZ 29.9 30.73 98.96 -
YUV 123.05 202.46 47.37 -
System Red Green Blue C M Y K H S L
Decimal 10 155 255 0.96 0.39 0 0 204.49 1 0.52
Hex A 9B FF 60 27 0 0 CC 64 34
Octal 12 233 377 140 47 0 0 314 144 64
Binary 1010 10011011 11111111 1100000 100111 0 0 11001100 1100100 110100

Color Harmonies of #0A9BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9BFF

Black with #0A9BFF

Text Example


Text Example

White with #0A9BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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