Html Css Color HEX #0A6FFA Dodger Blue

📋 copy color: '#0A6FFA'

red 10 ◦ green 111 ◦ blue 250

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

Shades of Dodger Blue #0A6FFA

Tints of Dodger Blue #0A6FFA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.92%

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

R = 2.7%
G = 29.92%
B = 67.39%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0A6FFA (or 0x0A6FFA) is known color: Dodger Blue. HEX triplet: 0A, 6F and FA. RGB value is (10,111,250). Sum of RGB (Red+Green+Blue) = 10+111+250=371 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.70% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 250 (98.05% from 255 or 67.39% from 371); Max value from RGB is 250 - color contains mainly: blue. Hex color #0A6FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A6FFA is #F59005. Grayscale: #5F5F5F. Windows color (decimal): -16093190 or 16412426. OLE color: 16412426.

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

Color convert

RGB 10 111 250 -
CMYK 0.96 0.56 0 0.02
HSL 214.75º 0.96% 0.51% -
HSV(B) 214.75º 0.96% 0.98% -
XYZ 23.06 18.34 92.77 -
YUV 96.65 214.54 66.2 -
System Red Green Blue C M Y K H S L
Decimal 10 111 250 0.96 0.56 0 0.02 214.75 0.96 0.51
Hex A 6F FA 60 38 0 2 D7 60 33
Octal 12 157 372 140 70 0 2 327 140 63
Binary 1010 1101111 11111010 1100000 111000 0 10 11010111 1100000 110011

Color Harmonies of #0A6FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6FFA

Black with #0A6FFA

Text Example


Text Example

White with #0A6FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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