Html Css Color HEX #2604CA Medium Blue

📋 copy color: '#2604CA'

red 38 ◦ green 4 ◦ blue 202

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

Shades of Medium Blue #2604CA

Tints of Medium Blue #2604CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 82.79%

R = 15.57%
G = 1.64%
B = 82.79%

CMYK

 C value IS 0.81

 M value IS 0.98

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2604CA (or 0x2604CA) is known color: Medium Blue. HEX triplet: 26, 04 and CA. RGB value is (38,4,202). Sum of RGB (Red+Green+Blue) = 38+4+202=244 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.57% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 202 (79.30% from 255 or 82.79% from 244); Max value from RGB is 202 - color contains mainly: blue. Hex color #2604CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2604CA is #D9FB35. Grayscale: #232323. Windows color (decimal): -14285622 or 13239334. OLE color: 13239334.

HSL color Cylindrical-coordinate representation of color #2604CA: hue angle of 250.3º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2604CA is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 38 4 202 -
CMYK 0.81 0.98 0 0.21
HSL 250.3º 0.96% 0.4% -
HSV(B) 250.3º 0.98% 0.79% -
XYZ 11.5 4.76 56.19 -
YUV 36.74 221.26 128.9 -
System Red Green Blue C M Y K H S L
Decimal 38 4 202 0.81 0.98 0 0.21 250.3 0.96 0.4
Hex 26 4 CA 51 62 0 15 FA 60 28
Octal 46 4 312 121 142 0 25 372 140 50
Binary 100110 100 11001010 1010001 1100010 0 10101 11111010 1100000 101000

Color Harmonies of #2604CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2604CA

Black with #2604CA

Text Example


Text Example

White with #2604CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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