Html Css Color HEX #2671EE Royal Blue

📋 copy color: '#2671EE'

red 38 ◦ green 113 ◦ blue 238

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

Shades of Royal Blue #2671EE

Tints of Royal Blue #2671EE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.05%

 BLUE value IS 238 (93.36% from 255) = 61.18%

R = 9.77%
G = 29.05%
B = 61.18%

CMYK

 C value IS 0.84

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2671EE (or 0x2671EE) is known color: Royal Blue. HEX triplet: 26, 71 and EE. RGB value is (38,113,238). Sum of RGB (Red+Green+Blue) = 38+113+238=389 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.77% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 238 (93.36% from 255 or 61.18% from 389); Max value from RGB is 238 - color contains mainly: blue. Hex color #2671EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2671EE is #D98E11. Grayscale: #686868. Windows color (decimal): -14257682 or 15626534. OLE color: 15626534.

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

Color convert

RGB 38 113 238 -
CMYK 0.84 0.53 0 0.07
HSL 217.5º 0.85% 0.54% -
HSV(B) 217.5º 0.84% 0.93% -
XYZ 22.14 18.4 83.27 -
YUV 104.83 203.15 80.34 -
System Red Green Blue C M Y K H S L
Decimal 38 113 238 0.84 0.53 0 0.07 217.5 0.85 0.54
Hex 26 71 EE 54 35 0 7 DA 55 36
Octal 46 161 356 124 65 0 7 332 125 66
Binary 100110 1110001 11101110 1010100 110101 0 111 11011010 1010101 110110

Color Harmonies of #2671EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2671EE

Black with #2671EE

Text Example


Text Example

White with #2671EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2671EE; }

 p { color: rgb(38,113,238); }

 H1.HeaderClassName
 {
   color: #2671EE;
 }
 .AnyTagClassName
 {
   color: #2671EE;
 }
</style>

background-color css

<style>
 a { background-color: #2671EE; }

 a { background-color: rgb(38,113,238); }

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

border-color css

<style>
 span { border-color: #2671EE; }

 span { border-color: rgb(38,113,238); }

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