Html Css Color HEX #2604CE Medium Blue

📋 copy color: '#2604CE'

red 38 ◦ green 4 ◦ blue 206

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

Shades of Medium Blue #2604CE

Tints of Medium Blue #2604CE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.61%

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

R = 15.32%
G = 1.61%
B = 83.06%

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

#2604CE (or 0x2604CE) is known color: Medium Blue. HEX triplet: 26, 04 and CE. RGB value is (38,4,206). Sum of RGB (Red+Green+Blue) = 38+4+206=248 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.32% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 206 (80.86% from 255 or 83.06% from 248); Max value from RGB is 206 - color contains mainly: blue. Hex color #2604CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2604CE is #D9FB31. Grayscale: #242424. Windows color (decimal): -14285618 or 13501478. OLE color: 13501478.

HSL color Cylindrical-coordinate representation of color #2604CE: hue angle of 250.1º degrees, saturation: 0.96, 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 #2604CE is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 38 4 206 -
CMYK 0.82 0.98 0 0.19
HSL 250.1º 0.96% 0.41% -
HSV(B) 250.1º 0.98% 0.81% -
XYZ 11.98 4.96 58.72 -
YUV 37.19 223.26 128.57 -
System Red Green Blue C M Y K H S L
Decimal 38 4 206 0.82 0.98 0 0.19 250.1 0.96 0.41
Hex 26 4 CE 52 62 0 13 FA 60 29
Octal 46 4 316 122 142 0 23 372 140 51
Binary 100110 100 11001110 1010010 1100010 0 10011 11111010 1100000 101001

Color Harmonies of #2604CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2604CE

Black with #2604CE

Text Example


Text Example

White with #2604CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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