Html Css Color HEX #0A97FB Dodger Blue

📋 copy color: '#0A97FB'

red 10 ◦ green 151 ◦ blue 251

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

Shades of Dodger Blue #0A97FB

Tints of Dodger Blue #0A97FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 60.92%

R = 2.43%
G = 36.65%
B = 60.92%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0A97FB (or 0x0A97FB) is known color: Dodger Blue. HEX triplet: 0A, 97 and FB. RGB value is (10,151,251). Sum of RGB (Red+Green+Blue) = 10+151+251=412 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.43% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #0A97FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A97FB is #F56804. Grayscale: #777777. Windows color (decimal): -16082949 or 16488202. OLE color: 16488202.

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

Color convert

RGB 10 151 251 -
CMYK 0.96 0.40 0 0.02
HSL 204.9º 0.97% 0.51% -
HSV(B) 204.9º 0.96% 0.98% -
XYZ 28.6 29.16 95.39 -
YUV 120.24 201.79 49.37 -
System Red Green Blue C M Y K H S L
Decimal 10 151 251 0.96 0.40 0 0.02 204.9 0.97 0.51
Hex A 97 FB 60 28 0 2 CD 61 33
Octal 12 227 373 140 50 0 2 315 141 63
Binary 1010 10010111 11111011 1100000 101000 0 10 11001101 1100001 110011

Color Harmonies of #0A97FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A97FB

Black with #0A97FB

Text Example


Text Example

White with #0A97FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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