#267CDB

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

Shades of Royal Blue #267CDB

Tints of Royal Blue #267CDB

Color information

#267CDB (or 0x267CDB) is unknown color: approx Royal Blue. HEX triplet: 26, 7C and DB. RGB value is (38,124,219). Sum of RGB (Red+Green+Blue) = 38+124+219=381 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.97% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #267CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267CDB is #D98324. Grayscale: #6C6C6C. Windows color (decimal): -14254885 or 14384166. OLE color: 14384166.

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

Color convert

RGB38124219-
CMYK0.830.4300.14
HSL211.49º71.54%50.39%-
HSV(B)211.49º82.65%85.88%-
XYZ20.7919.9469.77-
YUV109.12190.0177.28-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.97%
GREEN value IS 124 (48.83% from 255) = 32.55%
BLUE value IS 219 (85.94% from 255) = 57.48%
R=9.97%
G=32.55%
B=57.48%

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
Decimal381242190.830.4300.14211.4971.5450.39
Hex267CDB532B0Ed34832
Octal461743331235301632311062
Binary100110111110011011011101001110101101110110100111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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