Html Css Color HEX #2762DB Royal Blue

📋 copy color: '#2762DB'

red 39 ◦ green 98 ◦ blue 219

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

Shades of Royal Blue #2762DB

Tints of Royal Blue #2762DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 61.52%

R = 10.96%
G = 27.53%
B = 61.52%

CMYK

 C value IS 0.82

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2762DB (or 0x2762DB) is known color: Royal Blue. HEX triplet: 27, 62 and DB. RGB value is (39,98,219). Sum of RGB (Red+Green+Blue) = 39+98+219=356 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.96% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #2762DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2762DB is #D89D24. Grayscale: #5D5D5D. Windows color (decimal): -14196005 or 14377511. OLE color: 14377511.

HSL color Cylindrical-coordinate representation of color #2762DB: hue angle of 220.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2762DB is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 98 219 -
CMYK 0.82 0.55 0 0.14
HSL 220.33º 0.71% 0.51% -
HSV(B) 220.33º 0.82% 0.86% -
XYZ 17.99 14.28 68.83 -
YUV 94.15 198.45 88.66 -
System Red Green Blue C M Y K H S L
Decimal 39 98 219 0.82 0.55 0 0.14 220.33 0.71 0.51
Hex 27 62 DB 52 37 0 E DC 47 33
Octal 47 142 333 122 67 0 16 334 107 63
Binary 100111 1100010 11011011 1010010 110111 0 1110 11011100 1000111 110011

Color Harmonies of #2762DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2762DB

Black with #2762DB

Text Example


Text Example

White with #2762DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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