Html Css Color HEX #0A89FD Dodger Blue

📋 copy color: '#0A89FD'

red 10 ◦ green 137 ◦ blue 253

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

Shades of Dodger Blue #0A89FD

Tints of Dodger Blue #0A89FD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.25%

 BLUE value IS 253 (99.22% from 255) = 63.25%

R = 2.5%
G = 34.25%
B = 63.25%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0A89FD (or 0x0A89FD) is known color: Dodger Blue. HEX triplet: 0A, 89 and FD. RGB value is (10,137,253). Sum of RGB (Red+Green+Blue) = 10+137+253=400 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.5% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #0A89FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A89FD is #F57602. Grayscale: #6F6F6F. Windows color (decimal): -16086531 or 16615690. OLE color: 16615690.

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

Color convert

RGB 10 137 253 -
CMYK 0.96 0.46 0 0.01
HSL 208.64º 0.98% 0.52% -
HSV(B) 208.64º 0.96% 0.99% -
XYZ 26.8 25.05 96.35 -
YUV 112.25 207.42 55.07 -
System Red Green Blue C M Y K H S L
Decimal 10 137 253 0.96 0.46 0 0.01 208.64 0.98 0.52
Hex A 89 FD 60 2E 0 1 D1 62 34
Octal 12 211 375 140 56 0 1 321 142 64
Binary 1010 10001001 11111101 1100000 101110 0 1 11010001 1100010 110100

Color Harmonies of #0A89FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A89FD

Black with #0A89FD

Text Example


Text Example

White with #0A89FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,137,253); }

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

background-color css

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

 a { background-color: rgb(10,137,253); }

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

border-color css

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

 span { border-color: rgb(10,137,253); }

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