Html Css Color HEX #2667DE Royal Blue

📋 copy color: '#2667DE'

red 38 ◦ green 103 ◦ blue 222

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

Shades of Royal Blue #2667DE

Tints of Royal Blue #2667DE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.37%

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

R = 10.47%
G = 28.37%
B = 61.16%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2667DE (or 0x2667DE) is known color: Royal Blue. HEX triplet: 26, 67 and DE. RGB value is (38,103,222). Sum of RGB (Red+Green+Blue) = 38+103+222=363 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.47% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 222 (87.11% from 255 or 61.16% from 363); Max value from RGB is 222 - color contains mainly: blue. Hex color #2667DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2667DE is #D99821. Grayscale: #606060. Windows color (decimal): -14260258 or 14575398. OLE color: 14575398.

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

Color convert

RGB 38 103 222 -
CMYK 0.83 0.54 0 0.13
HSL 218.8º 0.74% 0.51% -
HSV(B) 218.8º 0.83% 0.87% -
XYZ 18.83 15.39 71.08 -
YUV 97.13 198.47 85.82 -
System Red Green Blue C M Y K H S L
Decimal 38 103 222 0.83 0.54 0 0.13 218.8 0.74 0.51
Hex 26 67 DE 53 36 0 D DB 4A 33
Octal 46 147 336 123 66 0 15 333 112 63
Binary 100110 1100111 11011110 1010011 110110 0 1101 11011011 1001010 110011

Color Harmonies of #2667DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2667DE

Black with #2667DE

Text Example


Text Example

White with #2667DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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