Html Css Color HEX #0A08CA Medium Blue

📋 copy color: '#0A08CA'

red 10 ◦ green 8 ◦ blue 202

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

Shades of Medium Blue #0A08CA

Tints of Medium Blue #0A08CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 91.82%

R = 4.55%
G = 3.64%
B = 91.82%

CMYK

 C value IS 0.95

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0A08CA (or 0x0A08CA) is known color: Medium Blue. HEX triplet: 0A, 08 and CA. RGB value is (10,8,202). Sum of RGB (Red+Green+Blue) = 10+8+202=220 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.55% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 202 (79.30% from 255 or 91.82% from 220); Max value from RGB is 202 - color contains mainly: blue. Hex color #0A08CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A08CA is #F5F735. Grayscale: #1D1D1D. Windows color (decimal): -16119606 or 13240330. OLE color: 13240330.

HSL color Cylindrical-coordinate representation of color #0A08CA: hue angle of 240.62º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A08CA is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 10 8 202 -
CMYK 0.95 0.96 0 0.21
HSL 240.62º 0.92% 0.41% -
HSV(B) 240.62º 0.96% 0.79% -
XYZ 10.87 4.5 56.17 -
YUV 30.71 224.66 113.23 -
System Red Green Blue C M Y K H S L
Decimal 10 8 202 0.95 0.96 0 0.21 240.62 0.92 0.41
Hex A 8 CA 5F 60 0 15 F1 5C 29
Octal 12 10 312 137 140 0 25 361 134 51
Binary 1010 1000 11001010 1011111 1100000 0 10101 11110001 1011100 101001

Color Harmonies of #0A08CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A08CA

Black with #0A08CA

Text Example


Text Example

White with #0A08CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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