Html Css Color HEX #2671DE Royal Blue

📋 copy color: '#2671DE'

red 38 ◦ green 113 ◦ blue 222

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

Shades of Royal Blue #2671DE

Tints of Royal Blue #2671DE

RGB

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

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

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

R = 10.19%
G = 30.29%
B = 59.52%

CMYK

 C value IS 0.83

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2671DE (or 0x2671DE) is known color: Royal Blue. HEX triplet: 26, 71 and DE. RGB value is (38,113,222). Sum of RGB (Red+Green+Blue) = 38+113+222=373 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.19% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 222 (87.11% from 255 or 59.52% from 373); Max value from RGB is 222 - color contains mainly: blue. Hex color #2671DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2671DE is #D98E21. Grayscale: #666666. Windows color (decimal): -14257698 or 14577958. OLE color: 14577958.

HSL color Cylindrical-coordinate representation of color #2671DE: hue angle of 215.54º 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 #2671DE is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 113 222 -
CMYK 0.83 0.49 0 0.13
HSL 215.54º 0.74% 0.51% -
HSV(B) 215.54º 0.83% 0.87% -
XYZ 19.89 17.5 71.44 -
YUV 103 195.15 81.64 -
System Red Green Blue C M Y K H S L
Decimal 38 113 222 0.83 0.49 0 0.13 215.54 0.74 0.51
Hex 26 71 DE 53 31 0 D D8 4A 33
Octal 46 161 336 123 61 0 15 330 112 63
Binary 100110 1110001 11011110 1010011 110001 0 1101 11011000 1001010 110011

Color Harmonies of #2671DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2671DE

Black with #2671DE

Text Example


Text Example

White with #2671DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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