#267EDB

Color #267EDB Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #267EDB

Tints of Royal Blue #267EDB

Color information

#267EDB (or 0x267EDB) is unknown color: approx Royal Blue. HEX triplet: 26, 7E and DB. RGB value is (38,126,219). Sum of RGB (Red+Green+Blue) = 38+126+219=383 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.92% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #267EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267EDB is #D98124. Grayscale: #6D6D6D. Windows color (decimal): -14254373 or 14384678. OLE color: 14384678.

HSL color Cylindrical-coordinate representation of color #267EDB: hue angle of 210.83º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #267EDB is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB38126219-
CMYK0.830.4200.14
HSL210.83º71.54%50.39%-
HSV(B)210.83º82.65%85.88%-
XYZ21.0520.4569.86-
YUV110.29189.3576.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.92%
GREEN value IS 126 (49.61% from 255) = 32.90%
BLUE value IS 219 (85.94% from 255) = 57.18%
R=9.92%
G=32.90%
B=57.18%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal381262190.830.4200.14210.8371.5450.39
Hex267EDB532A0Ed34832
Octal461763331235201632311062
Binary100110111111011011011101001110101001110110100111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,126,219); }

 H1.HeaderClassName
 {
   color: #267EDB;
 }
 .AnyTagClassName
 {
   color: #267EDB;
 }
</style>
background-color css

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

 a { background-color: rgb(38,126,219); }

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

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

 span { border-color: rgb(38,126,219); }

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