Html Css Color HEX #267BDB Royal Blue

📋 copy color: '#267BDB'

red 38 ◦ green 123 ◦ blue 219

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

Shades of Royal Blue #267BDB

Tints of Royal Blue #267BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.63%

R = 10%
G = 32.37%
B = 57.63%

CMYK

 C value IS 0.83

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#267BDB (or 0x267BDB) is known color: Royal Blue. HEX triplet: 26, 7B and DB. RGB value is (38,123,219). Sum of RGB (Red+Green+Blue) = 38+123+219=380 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #267BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267BDB is #D98424. Grayscale: #6C6C6C. Windows color (decimal): -14255141 or 14383910. OLE color: 14383910.

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

Color convert

RGB 38 123 219 -
CMYK 0.83 0.44 0 0.14
HSL 211.82º 0.72% 0.5% -
HSV(B) 211.82º 0.83% 0.86% -
XYZ 20.67 19.69 69.73 -
YUV 108.53 190.34 77.69 -
System Red Green Blue C M Y K H S L
Decimal 38 123 219 0.83 0.44 0 0.14 211.82 0.72 0.5
Hex 26 7B DB 53 2C 0 E D4 48 32
Octal 46 173 333 123 54 0 16 324 110 62
Binary 100110 1111011 11011011 1010011 101100 0 1110 11010100 1001000 110010

Color Harmonies of #267BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267BDB

Black with #267BDB

Text Example


Text Example

White with #267BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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