Html Css Color HEX #1A02CD Medium Blue

📋 copy color: '#1A02CD'

red 26 ◦ green 2 ◦ blue 205

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

Shades of Medium Blue #1A02CD

Tints of Medium Blue #1A02CD

RGB

 RED value IS 26 (10.55% from 255) = 11.16%

 GREEN value IS 2 (1.17% from 255) = 0.86%

 BLUE value IS 205 (80.47% from 255) = 87.98%

R = 11.16%
G = 0.86%
B = 87.98%

CMYK

 C value IS 0.87

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1A02CD (or 0x1A02CD) is known color: Medium Blue. HEX triplet: 1A, 02 and CD. RGB value is (26,2,205). Sum of RGB (Red+Green+Blue) = 26+2+205=233 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.16% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 205 (80.47% from 255 or 87.98% from 233); Max value from RGB is 205 - color contains mainly: blue. Hex color #1A02CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A02CD is #E5FD32. Grayscale: #1F1F1F. Windows color (decimal): -15072563 or 13435418. OLE color: 13435418.

HSL color Cylindrical-coordinate representation of color #1A02CD: hue angle of 247.09º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A02CD is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 26 2 205 -
CMYK 0.87 0.99 0 0.20
HSL 247.09º 0.98% 0.41% -
HSV(B) 247.09º 0.99% 0.8% -
XYZ 11.47 4.67 58.05 -
YUV 32.32 225.45 123.49 -
System Red Green Blue C M Y K H S L
Decimal 26 2 205 0.87 0.99 0 0.20 247.09 0.98 0.41
Hex 1A 2 CD 57 63 0 14 F7 62 29
Octal 32 2 315 127 143 0 24 367 142 51
Binary 11010 10 11001101 1010111 1100011 0 10100 11110111 1100010 101001

Color Harmonies of #1A02CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A02CD

Black with #1A02CD

Text Example


Text Example

White with #1A02CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A02CD; }

 p { color: rgb(26,2,205); }

 H1.HeaderClassName
 {
   color: #1A02CD;
 }
 .AnyTagClassName
 {
   color: #1A02CD;
 }
</style>

background-color css

<style>
 a { background-color: #1A02CD; }

 a { background-color: rgb(26,2,205); }

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

border-color css

<style>
 span { border-color: #1A02CD; }

 span { border-color: rgb(26,2,205); }

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