Html Css Color HEX #2605D2 Medium Blue

📋 copy color: '#2605D2'

red 38 ◦ green 5 ◦ blue 210

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

Shades of Medium Blue #2605D2

Tints of Medium Blue #2605D2

RGB

 RED value IS 38 (15.23% from 255) = 15.02%

 GREEN value IS 5 (2.34% from 255) = 1.98%

 BLUE value IS 210 (82.42% from 255) = 83%

R = 15.02%
G = 1.98%
B = 83%

CMYK

 C value IS 0.82

 M value IS 0.98

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2605D2 (or 0x2605D2) is known color: Medium Blue. HEX triplet: 26, 05 and D2. RGB value is (38,5,210). Sum of RGB (Red+Green+Blue) = 38+5+210=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 210 (82.42% from 255 or 83.00% from 253); Max value from RGB is 210 - color contains mainly: blue. Hex color #2605D2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2605D2 is #D9FA2D. Grayscale: #252525. Windows color (decimal): -14285358 or 13763878. OLE color: 13763878.

HSL color Cylindrical-coordinate representation of color #2605D2: hue angle of 249.66º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2605D2 is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 38 5 210 -
CMYK 0.82 0.98 0 0.18
HSL 249.66º 0.95% 0.42% -
HSV(B) 249.66º 0.98% 0.82% -
XYZ 12.49 5.17 61.31 -
YUV 38.24 224.93 127.83 -
System Red Green Blue C M Y K H S L
Decimal 38 5 210 0.82 0.98 0 0.18 249.66 0.95 0.42
Hex 26 5 D2 52 62 0 12 FA 5F 2A
Octal 46 5 322 122 142 0 22 372 137 52
Binary 100110 101 11010010 1010010 1100010 0 10010 11111010 1011111 101010

Color Harmonies of #2605D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2605D2

Black with #2605D2

Text Example


Text Example

White with #2605D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2605D2; }

 p { color: rgb(38,5,210); }

 H1.HeaderClassName
 {
   color: #2605D2;
 }
 .AnyTagClassName
 {
   color: #2605D2;
 }
</style>

background-color css

<style>
 a { background-color: #2605D2; }

 a { background-color: rgb(38,5,210); }

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

border-color css

<style>
 span { border-color: #2605D2; }

 span { border-color: rgb(38,5,210); }

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