Html Css Color HEX #2667EC Royal Blue

📋 copy color: '#2667EC'

red 38 ◦ green 103 ◦ blue 236

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

Shades of Royal Blue #2667EC

Tints of Royal Blue #2667EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 62.6%

R = 10.08%
G = 27.32%
B = 62.6%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2667EC (or 0x2667EC) is known color: Royal Blue. HEX triplet: 26, 67 and EC. RGB value is (38,103,236). Sum of RGB (Red+Green+Blue) = 38+103+236=377 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.08% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 236 (92.58% from 255 or 62.60% from 377); Max value from RGB is 236 - color contains mainly: blue. Hex color #2667EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2667EC is #D99813. Grayscale: #626262. Windows color (decimal): -14260244 or 15492902. OLE color: 15492902.

HSL color Cylindrical-coordinate representation of color #2667EC: hue angle of 220.3º degrees, saturation: 0.84, 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 #2667EC is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 38 103 236 -
CMYK 0.84 0.56 0 0.07
HSL 220.3º 0.84% 0.54% -
HSV(B) 220.3º 0.84% 0.93% -
XYZ 20.79 16.17 81.38 -
YUV 98.73 205.47 84.69 -
System Red Green Blue C M Y K H S L
Decimal 38 103 236 0.84 0.56 0 0.07 220.3 0.84 0.54
Hex 26 67 EC 54 38 0 7 DC 54 36
Octal 46 147 354 124 70 0 7 334 124 66
Binary 100110 1100111 11101100 1010100 111000 0 111 11011100 1010100 110110

Color Harmonies of #2667EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2667EC

Black with #2667EC

Text Example


Text Example

White with #2667EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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