Html Css Color HEX #0A08CF Medium Blue

📋 copy color: '#0A08CF'

red 10 ◦ green 8 ◦ blue 207

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

Shades of Medium Blue #0A08CF

Tints of Medium Blue #0A08CF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.56%

 BLUE value IS 207 (81.25% from 255) = 92%

R = 4.44%
G = 3.56%
B = 92%

CMYK

 C value IS 0.95

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0A08CF (or 0x0A08CF) is known color: Medium Blue. HEX triplet: 0A, 08 and CF. RGB value is (10,8,207). Sum of RGB (Red+Green+Blue) = 10+8+207=225 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.44% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 207 (81.25% from 255 or 92% from 225); Max value from RGB is 207 - color contains mainly: blue. Hex color #0A08CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A08CF is #F5F730. Grayscale: #1E1E1E. Windows color (decimal): -16119601 or 13568010. OLE color: 13568010.

HSL color Cylindrical-coordinate representation of color #0A08CF: hue angle of 240.6º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A08CF is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 10 8 207 -
CMYK 0.95 0.96 0 0.19
HSL 240.6º 0.93% 0.42% -
HSV(B) 240.6º 0.96% 0.81% -
XYZ 11.47 4.74 59.34 -
YUV 31.28 227.16 112.82 -
System Red Green Blue C M Y K H S L
Decimal 10 8 207 0.95 0.96 0 0.19 240.6 0.93 0.42
Hex A 8 CF 5F 60 0 13 F1 5D 2A
Octal 12 10 317 137 140 0 23 361 135 52
Binary 1010 1000 11001111 1011111 1100000 0 10011 11110001 1011101 101010

Color Harmonies of #0A08CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A08CF

Black with #0A08CF

Text Example


Text Example

White with #0A08CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,8,207); }

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

background-color css

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

 a { background-color: rgb(10,8,207); }

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

border-color css

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

 span { border-color: rgb(10,8,207); }

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