Html Css Color HEX #2667EA Royal Blue

📋 copy color: '#2667EA'

red 38 ◦ green 103 ◦ blue 234

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

Shades of Royal Blue #2667EA

Tints of Royal Blue #2667EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 62.4%

R = 10.13%
G = 27.47%
B = 62.4%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2667EA (or 0x2667EA) is known color: Royal Blue. HEX triplet: 26, 67 and EA. RGB value is (38,103,234). Sum of RGB (Red+Green+Blue) = 38+103+234=375 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.13% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #2667EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2667EA is #D99815. Grayscale: #616161. Windows color (decimal): -14260246 or 15361830. OLE color: 15361830.

HSL color Cylindrical-coordinate representation of color #2667EA: hue angle of 220.1º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2667EA is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 38 103 234 -
CMYK 0.84 0.56 0 0.08
HSL 220.1º 0.82% 0.53% -
HSV(B) 220.1º 0.84% 0.92% -
XYZ 20.5 16.05 79.86 -
YUV 98.5 204.47 84.85 -
System Red Green Blue C M Y K H S L
Decimal 38 103 234 0.84 0.56 0 0.08 220.1 0.82 0.53
Hex 26 67 EA 54 38 0 8 DC 52 35
Octal 46 147 352 124 70 0 10 334 122 65
Binary 100110 1100111 11101010 1010100 111000 0 1000 11011100 1010010 110101

Color Harmonies of #2667EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2667EA

Black with #2667EA

Text Example


Text Example

White with #2667EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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