Html Css Color HEX #2605CE Medium Blue

📋 copy color: '#2605CE'

red 38 ◦ green 5 ◦ blue 206

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

Shades of Medium Blue #2605CE

Tints of Medium Blue #2605CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 82.73%

R = 15.26%
G = 2.01%
B = 82.73%

CMYK

 C value IS 0.82

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2605CE (or 0x2605CE) is known color: Medium Blue. HEX triplet: 26, 05 and CE. RGB value is (38,5,206). Sum of RGB (Red+Green+Blue) = 38+5+206=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 206 (80.86% from 255 or 82.73% from 249); Max value from RGB is 206 - color contains mainly: blue. Hex color #2605CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2605CE is #D9FA31. Grayscale: #252525. Windows color (decimal): -14285362 or 13501734. OLE color: 13501734.

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

Color convert

RGB 38 5 206 -
CMYK 0.82 0.98 0 0.19
HSL 249.85º 0.95% 0.41% -
HSV(B) 249.85º 0.98% 0.81% -
XYZ 11.99 4.98 58.72 -
YUV 37.78 222.93 128.16 -
System Red Green Blue C M Y K H S L
Decimal 38 5 206 0.82 0.98 0 0.19 249.85 0.95 0.41
Hex 26 5 CE 52 62 0 13 FA 5F 29
Octal 46 5 316 122 142 0 23 372 137 51
Binary 100110 101 11001110 1010010 1100010 0 10011 11111010 1011111 101001

Color Harmonies of #2605CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2605CE

Black with #2605CE

Text Example


Text Example

White with #2605CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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