Html Css Color HEX #2662DB Royal Blue

📋 copy color: '#2662DB'

red 38 ◦ green 98 ◦ blue 219

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

Shades of Royal Blue #2662DB

Tints of Royal Blue #2662DB

RGB

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

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

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

R = 10.7%
G = 27.61%
B = 61.69%

CMYK

 C value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2662DB (or 0x2662DB) is known color: Royal Blue. HEX triplet: 26, 62 and DB. RGB value is (38,98,219). Sum of RGB (Red+Green+Blue) = 38+98+219=355 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.70% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #2662DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2662DB is #D99D24. Grayscale: #5D5D5D. Windows color (decimal): -14261541 or 14377510. OLE color: 14377510.

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

Color convert

RGB 38 98 219 -
CMYK 0.83 0.55 0 0.14
HSL 220.11º 0.72% 0.5% -
HSV(B) 220.11º 0.83% 0.86% -
XYZ 17.95 14.26 68.82 -
YUV 93.85 198.62 88.16 -
System Red Green Blue C M Y K H S L
Decimal 38 98 219 0.83 0.55 0 0.14 220.11 0.72 0.5
Hex 26 62 DB 53 37 0 E DC 48 32
Octal 46 142 333 123 67 0 16 334 110 62
Binary 100110 1100010 11011011 1010011 110111 0 1110 11011100 1001000 110010

Color Harmonies of #2662DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2662DB

Black with #2662DB

Text Example


Text Example

White with #2662DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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