Html Css Color HEX #0A14DD Medium Blue

📋 copy color: '#0A14DD'

red 10 ◦ green 20 ◦ blue 221

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

Shades of Medium Blue #0A14DD

Tints of Medium Blue #0A14DD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.97%

 BLUE value IS 221 (86.72% from 255) = 88.05%

R = 3.98%
G = 7.97%
B = 88.05%

CMYK

 C value IS 0.95

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A14DD (or 0x0A14DD) is known color: Medium Blue. HEX triplet: 0A, 14 and DD. RGB value is (10,20,221). Sum of RGB (Red+Green+Blue) = 10+20+221=251 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.98% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 221 (86.72% from 255 or 88.05% from 251); Max value from RGB is 221 - color contains mainly: blue. Hex color #0A14DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A14DD is #F5EB22. Grayscale: #272727. Windows color (decimal): -16116515 or 14488586. OLE color: 14488586.

HSL color Cylindrical-coordinate representation of color #0A14DD: hue angle of 237.16º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A14DD is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 10 20 221 -
CMYK 0.95 0.91 0 0.13
HSL 237.16º 0.91% 0.45% -
HSV(B) 237.16º 0.95% 0.87% -
XYZ 13.43 5.79 68.82 -
YUV 39.92 230.19 106.66 -
System Red Green Blue C M Y K H S L
Decimal 10 20 221 0.95 0.91 0 0.13 237.16 0.91 0.45
Hex A 14 DD 5F 5B 0 D ED 5B 2D
Octal 12 24 335 137 133 0 15 355 133 55
Binary 1010 10100 11011101 1011111 1011011 0 1101 11101101 1011011 101101

Color Harmonies of #0A14DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A14DD

Black with #0A14DD

Text Example


Text Example

White with #0A14DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,20,221); }

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

background-color css

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

 a { background-color: rgb(10,20,221); }

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

border-color css

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

 span { border-color: rgb(10,20,221); }

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