Html Css Color HEX #2674DE Royal Blue

📋 copy color: '#2674DE'

red 38 ◦ green 116 ◦ blue 222

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

Shades of Royal Blue #2674DE

Tints of Royal Blue #2674DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 59.04%

R = 10.11%
G = 30.85%
B = 59.04%

CMYK

 C value IS 0.83

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2674DE (or 0x2674DE) is known color: Royal Blue. HEX triplet: 26, 74 and DE. RGB value is (38,116,222). Sum of RGB (Red+Green+Blue) = 38+116+222=376 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.11% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 222 (87.11% from 255 or 59.04% from 376); Max value from RGB is 222 - color contains mainly: blue. Hex color #2674DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2674DE is #D98B21. Grayscale: #686868. Windows color (decimal): -14256930 or 14578726. OLE color: 14578726.

HSL color Cylindrical-coordinate representation of color #2674DE: hue angle of 214.57º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2674DE is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 116 222 -
CMYK 0.83 0.48 0 0.13
HSL 214.57º 0.74% 0.51% -
HSV(B) 214.57º 0.83% 0.87% -
XYZ 20.23 18.18 71.55 -
YUV 104.76 194.16 80.38 -
System Red Green Blue C M Y K H S L
Decimal 38 116 222 0.83 0.48 0 0.13 214.57 0.74 0.51
Hex 26 74 DE 53 30 0 D D7 4A 33
Octal 46 164 336 123 60 0 15 327 112 63
Binary 100110 1110100 11011110 1010011 110000 0 1101 11010111 1001010 110011

Color Harmonies of #2674DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2674DE

Black with #2674DE

Text Example


Text Example

White with #2674DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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