Html Css Color HEX #1A02DD Medium Blue

📋 copy color: '#1A02DD'

red 26 ◦ green 2 ◦ blue 221

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

Shades of Medium Blue #1A02DD

Tints of Medium Blue #1A02DD

RGB

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

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

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

R = 10.44%
G = 0.8%
B = 88.76%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1A02DD (or 0x1A02DD) is known color: Medium Blue. HEX triplet: 1A, 02 and DD. RGB value is (26,2,221). Sum of RGB (Red+Green+Blue) = 26+2+221=249 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.44% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 221 (86.72% from 255 or 88.76% from 249); Max value from RGB is 221 - color contains mainly: blue. Hex color #1A02DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A02DD is #E5FD22. Grayscale: #212121. Windows color (decimal): -15072547 or 14483994. OLE color: 14483994.

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

Color convert

RGB 26 2 221 -
CMYK 0.88 0.99 0 0.13
HSL 246.58º 0.98% 0.44% -
HSV(B) 246.58º 0.99% 0.87% -
XYZ 13.5 5.48 68.75 -
YUV 34.14 233.45 122.19 -
System Red Green Blue C M Y K H S L
Decimal 26 2 221 0.88 0.99 0 0.13 246.58 0.98 0.44
Hex 1A 2 DD 58 63 0 D F7 62 2C
Octal 32 2 335 130 143 0 15 367 142 54
Binary 11010 10 11011101 1011000 1100011 0 1101 11110111 1100010 101100

Color Harmonies of #1A02DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A02DD

Black with #1A02DD

Text Example


Text Example

White with #1A02DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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