Html Css Color HEX #0A0DFA Blue

📋 copy color: '#0A0DFA'

red 10 ◦ green 13 ◦ blue 250

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

Shades of Blue #0A0DFA

Tints of Blue #0A0DFA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.76%

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

R = 3.66%
G = 4.76%
B = 91.58%

CMYK

 C value IS 0.96

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0A0DFA (or 0x0A0DFA) is known color: Blue. HEX triplet: 0A, 0D and FA. RGB value is (10,13,250). Sum of RGB (Red+Green+Blue) = 10+13+250=273 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.66% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 250 (98.05% from 255 or 91.58% from 273); Max value from RGB is 250 - color contains mainly: blue. Hex color #0A0DFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A0DFA is #F5F205. Grayscale: #262626. Windows color (decimal): -16118278 or 16387338. OLE color: 16387338.

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

Color convert

RGB 10 13 250 -
CMYK 0.96 0.95 0 0.02
HSL 239.25º 0.96% 0.51% -
HSV(B) 239.25º 0.96% 0.98% -
XYZ 17.52 7.25 90.92 -
YUV 39.12 247.01 107.23 -
System Red Green Blue C M Y K H S L
Decimal 10 13 250 0.96 0.95 0 0.02 239.25 0.96 0.51
Hex A D FA 60 5F 0 2 EF 60 33
Octal 12 15 372 140 137 0 2 357 140 63
Binary 1010 1101 11111010 1100000 1011111 0 10 11101111 1100000 110011

Color Harmonies of #0A0DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0DFA

Black with #0A0DFA

Text Example


Text Example

White with #0A0DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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