Html Css Color HEX #2762EC Royal Blue

📋 copy color: '#2762EC'

red 39 ◦ green 98 ◦ blue 236

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

Shades of Royal Blue #2762EC

Tints of Royal Blue #2762EC

RGB

 RED value IS 39 (15.63% from 255) = 10.46%

 GREEN value IS 98 (38.67% from 255) = 26.27%

 BLUE value IS 236 (92.58% from 255) = 63.27%

R = 10.46%
G = 26.27%
B = 63.27%

CMYK

 C value IS 0.83

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2762EC (or 0x2762EC) is known color: Royal Blue. HEX triplet: 27, 62 and EC. RGB value is (39,98,236). Sum of RGB (Red+Green+Blue) = 39+98+236=373 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.46% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 236 (92.58% from 255 or 63.27% from 373); Max value from RGB is 236 - color contains mainly: blue. Hex color #2762EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2762EC is #D89D13. Grayscale: #5F5F5F. Windows color (decimal): -14195988 or 15491623. OLE color: 15491623.

HSL color Cylindrical-coordinate representation of color #2762EC: hue angle of 222.03º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2762EC is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 39 98 236 -
CMYK 0.83 0.58 0 0.07
HSL 222.03º 0.84% 0.54% -
HSV(B) 222.03º 0.83% 0.93% -
XYZ 20.34 15.22 81.22 -
YUV 96.09 206.95 87.28 -
System Red Green Blue C M Y K H S L
Decimal 39 98 236 0.83 0.58 0 0.07 222.03 0.84 0.54
Hex 27 62 EC 53 3A 0 7 DE 54 36
Octal 47 142 354 123 72 0 7 336 124 66
Binary 100111 1100010 11101100 1010011 111010 0 111 11011110 1010100 110110

Color Harmonies of #2762EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2762EC

Black with #2762EC

Text Example


Text Example

White with #2762EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2762EC; }

 p { color: rgb(39,98,236); }

 H1.HeaderClassName
 {
   color: #2762EC;
 }
 .AnyTagClassName
 {
   color: #2762EC;
 }
</style>

background-color css

<style>
 a { background-color: #2762EC; }

 a { background-color: rgb(39,98,236); }

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

border-color css

<style>
 span { border-color: #2762EC; }

 span { border-color: rgb(39,98,236); }

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