Html Css Color HEX #2674DC Royal Blue

📋 copy color: '#2674DC'

red 38 ◦ green 116 ◦ blue 220

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

Shades of Royal Blue #2674DC

Tints of Royal Blue #2674DC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.02%

 BLUE value IS 220 (86.33% from 255) = 58.82%

R = 10.16%
G = 31.02%
B = 58.82%

CMYK

 C value IS 0.83

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2674DC (or 0x2674DC) is known color: Royal Blue. HEX triplet: 26, 74 and DC. RGB value is (38,116,220). Sum of RGB (Red+Green+Blue) = 38+116+220=374 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.16% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 220 (86.33% from 255 or 58.82% from 374); Max value from RGB is 220 - color contains mainly: blue. Hex color #2674DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2674DC is #D98B23. Grayscale: #686868. Windows color (decimal): -14256932 or 14447654. OLE color: 14447654.

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

Color convert

RGB 38 116 220 -
CMYK 0.83 0.47 0 0.14
HSL 214.29º 0.72% 0.51% -
HSV(B) 214.29º 0.83% 0.86% -
XYZ 19.96 18.07 70.15 -
YUV 104.53 193.16 80.54 -
System Red Green Blue C M Y K H S L
Decimal 38 116 220 0.83 0.47 0 0.14 214.29 0.72 0.51
Hex 26 74 DC 53 2F 0 E D6 48 33
Octal 46 164 334 123 57 0 16 326 110 63
Binary 100110 1110100 11011100 1010011 101111 0 1110 11010110 1001000 110011

Color Harmonies of #2674DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2674DC

Black with #2674DC

Text Example


Text Example

White with #2674DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2674DC; }

 p { color: rgb(38,116,220); }

 H1.HeaderClassName
 {
   color: #2674DC;
 }
 .AnyTagClassName
 {
   color: #2674DC;
 }
</style>

background-color css

<style>
 a { background-color: #2674DC; }

 a { background-color: rgb(38,116,220); }

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

border-color css

<style>
 span { border-color: #2674DC; }

 span { border-color: rgb(38,116,220); }

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