#267DDB

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

Shades of Royal Blue #267DDB

Tints of Royal Blue #267DDB

Color information

#267DDB (or 0x267DDB) is unknown color: approx Royal Blue. HEX triplet: 26, 7D and DB. RGB value is (38,125,219). Sum of RGB (Red+Green+Blue) = 38+125+219=382 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.95% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #267DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267DDB is #D98224. Grayscale: #6D6D6D. Windows color (decimal): -14254629 or 14384422. OLE color: 14384422.

HSL color Cylindrical-coordinate representation of color #267DDB: hue angle of 211.16º 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 #267DDB is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB38125219-
CMYK0.830.4300.14
HSL211.16º71.54%50.39%-
HSV(B)211.16º82.65%85.88%-
XYZ20.9220.1969.81-
YUV109.7189.6876.86-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.95%
GREEN value IS 125 (49.22% from 255) = 32.72%
BLUE value IS 219 (85.94% from 255) = 57.33%
R=9.95%
G=32.72%
B=57.33%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal381252190.830.4300.14211.1671.5450.39
Hex267DDB532B0Ed34832
Octal461753331235301632311062
Binary100110111110111011011101001110101101110110100111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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