Html Css Color HEX #0A97FF Dodger Blue

📋 copy color: '#0A97FF'

red 10 ◦ green 151 ◦ blue 255

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

Shades of Dodger Blue #0A97FF

Tints of Dodger Blue #0A97FF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.3%

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

R = 2.4%
G = 36.3%
B = 61.3%

CMYK

 C value IS 0.96

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0A97FF (or 0x0A97FF) is known color: Dodger Blue. HEX triplet: 0A, 97 and FF. RGB value is (10,151,255). Sum of RGB (Red+Green+Blue) = 10+151+255=416 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.40% from 416); Green value is 151 (59.38% from 255 or 36.30% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #0A97FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A97FF is #F56800. Grayscale: #787878. Windows color (decimal): -16082945 or 16750346. OLE color: 16750346.

HSL color Cylindrical-coordinate representation of color #0A97FF: hue angle of 205.47º 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 #0A97FF is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 10 151 255 -
CMYK 0.96 0.41 0 0
HSL 205.47º 1% 0.52% -
HSV(B) 205.47º 0.96% 1% -
XYZ 29.24 29.42 98.74 -
YUV 120.7 203.79 49.04 -
System Red Green Blue C M Y K H S L
Decimal 10 151 255 0.96 0.41 0 0 205.47 1 0.52
Hex A 97 FF 60 29 0 0 CD 64 34
Octal 12 227 377 140 51 0 0 315 144 64
Binary 1010 10010111 11111111 1100000 101001 0 0 11001101 1100100 110100

Color Harmonies of #0A97FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A97FF

Black with #0A97FF

Text Example


Text Example

White with #0A97FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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