Html Css Color HEX #0A83FD Dodger Blue

📋 copy color: '#0A83FD'

red 10 ◦ green 131 ◦ blue 253

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

Shades of Dodger Blue #0A83FD

Tints of Dodger Blue #0A83FD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.25%

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

R = 2.54%
G = 33.25%
B = 64.21%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0A83FD (or 0x0A83FD) is known color: Dodger Blue. HEX triplet: 0A, 83 and FD. RGB value is (10,131,253). Sum of RGB (Red+Green+Blue) = 10+131+253=394 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.54% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 253 (99.22% from 255 or 64.21% from 394); Max value from RGB is 253 - color contains mainly: blue. Hex color #0A83FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A83FD is #F57C02. Grayscale: #6C6C6C. Windows color (decimal): -16088067 or 16614154. OLE color: 16614154.

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

Color convert

RGB 10 131 253 -
CMYK 0.96 0.48 0 0.01
HSL 210.12º 0.98% 0.52% -
HSV(B) 210.12º 0.96% 0.99% -
XYZ 25.97 23.39 96.07 -
YUV 108.73 209.41 57.58 -
System Red Green Blue C M Y K H S L
Decimal 10 131 253 0.96 0.48 0 0.01 210.12 0.98 0.52
Hex A 83 FD 60 30 0 1 D2 62 34
Octal 12 203 375 140 60 0 1 322 142 64
Binary 1010 10000011 11111101 1100000 110000 0 1 11010010 1100010 110100

Color Harmonies of #0A83FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A83FD

Black with #0A83FD

Text Example


Text Example

White with #0A83FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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