Html Css Color HEX #0A7FFA Dodger Blue

📋 copy color: '#0A7FFA'

red 10 ◦ green 127 ◦ blue 250

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

Shades of Dodger Blue #0A7FFA

Tints of Dodger Blue #0A7FFA

RGB

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

 GREEN value IS 127 (50% from 255) = 32.82%

 BLUE value IS 250 (98.05% from 255) = 64.6%

R = 2.58%
G = 32.82%
B = 64.6%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0A7FFA (or 0x0A7FFA) is known color: Dodger Blue. HEX triplet: 0A, 7F and FA. RGB value is (10,127,250). Sum of RGB (Red+Green+Blue) = 10+127+250=387 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.58% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 250 (98.05% from 255 or 64.60% from 387); Max value from RGB is 250 - color contains mainly: blue. Hex color #0A7FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A7FFA is #F58005. Grayscale: #696969. Windows color (decimal): -16089094 or 16416522. OLE color: 16416522.

HSL color Cylindrical-coordinate representation of color #0A7FFA: hue angle of 210.75º degrees, saturation: 0.96, 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 #0A7FFA is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 10 127 250 -
CMYK 0.96 0.49 0 0.02
HSL 210.75º 0.96% 0.51% -
HSV(B) 210.75º 0.96% 0.98% -
XYZ 24.97 22.15 93.4 -
YUV 106.04 209.24 59.5 -
System Red Green Blue C M Y K H S L
Decimal 10 127 250 0.96 0.49 0 0.02 210.75 0.96 0.51
Hex A 7F FA 60 31 0 2 D3 60 33
Octal 12 177 372 140 61 0 2 323 140 63
Binary 1010 1111111 11111010 1100000 110001 0 10 11010011 1100000 110011

Color Harmonies of #0A7FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7FFA

Black with #0A7FFA

Text Example


Text Example

White with #0A7FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,127,250); }

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

background-color css

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

 a { background-color: rgb(10,127,250); }

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

border-color css

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

 span { border-color: rgb(10,127,250); }

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