Html Css Color HEX #2667FF Royal Blue

📋 copy color: '#2667FF'

red 38 ◦ green 103 ◦ blue 255

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

Shades of Royal Blue #2667FF

Tints of Royal Blue #2667FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 64.39%

R = 9.6%
G = 26.01%
B = 64.39%

CMYK

 C value IS 0.85

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2667FF (or 0x2667FF) is known color: Royal Blue. HEX triplet: 26, 67 and FF. RGB value is (38,103,255). Sum of RGB (Red+Green+Blue) = 38+103+255=396 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.60% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #2667FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2667FF is #D99800. Grayscale: #646464. Windows color (decimal): -14260225 or 16738086. OLE color: 16738086.

HSL color Cylindrical-coordinate representation of color #2667FF: hue angle of 222.03º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2667FF is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 38 103 255 -
CMYK 0.85 0.60 0 0
HSL 222.03º 1% 0.57% -
HSV(B) 222.03º 0.85% 1% -
XYZ 23.7 17.33 96.7 -
YUV 100.89 214.97 83.14 -
System Red Green Blue C M Y K H S L
Decimal 38 103 255 0.85 0.60 0 0 222.03 1 0.57
Hex 26 67 FF 55 3C 0 0 DE 64 39
Octal 46 147 377 125 74 0 0 336 144 71
Binary 100110 1100111 11111111 1010101 111100 0 0 11011110 1100100 111001

Color Harmonies of #2667FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2667FF

Black with #2667FF

Text Example


Text Example

White with #2667FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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