Html Css Color HEX #267BD7 Royal Blue

📋 copy color: '#267BD7'

red 38 ◦ green 123 ◦ blue 215

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

Shades of Royal Blue #267BD7

Tints of Royal Blue #267BD7

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.71%

 BLUE value IS 215 (84.38% from 255) = 57.18%

R = 10.11%
G = 32.71%
B = 57.18%

CMYK

 C value IS 0.82

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#267BD7 (or 0x267BD7) is known color: Royal Blue. HEX triplet: 26, 7B and D7. RGB value is (38,123,215). Sum of RGB (Red+Green+Blue) = 38+123+215=376 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.11% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 215 (84.38% from 255 or 57.18% from 376); Max value from RGB is 215 - color contains mainly: blue. Hex color #267BD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267BD7 is #D98428. Grayscale: #6B6B6B. Windows color (decimal): -14255145 or 14121766. OLE color: 14121766.

HSL color Cylindrical-coordinate representation of color #267BD7: hue angle of 211.19º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #267BD7 is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 38 123 215 -
CMYK 0.82 0.43 0 0.16
HSL 211.19º 0.7% 0.5% -
HSV(B) 211.19º 0.82% 0.84% -
XYZ 20.15 19.48 66.99 -
YUV 108.07 188.34 78.02 -
System Red Green Blue C M Y K H S L
Decimal 38 123 215 0.82 0.43 0 0.16 211.19 0.7 0.5
Hex 26 7B D7 52 2B 0 10 D3 46 32
Octal 46 173 327 122 53 0 20 323 106 62
Binary 100110 1111011 11010111 1010010 101011 0 10000 11010011 1000110 110010

Color Harmonies of #267BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267BD7

Black with #267BD7

Text Example


Text Example

White with #267BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267BD7; }

 p { color: rgb(38,123,215); }

 H1.HeaderClassName
 {
   color: #267BD7;
 }
 .AnyTagClassName
 {
   color: #267BD7;
 }
</style>

background-color css

<style>
 a { background-color: #267BD7; }

 a { background-color: rgb(38,123,215); }

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

border-color css

<style>
 span { border-color: #267BD7; }

 span { border-color: rgb(38,123,215); }

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