Html Css Color HEX #267EDB Royal Blue

📋 copy color: '#267EDB'

red 38 ◦ green 126 ◦ blue 219

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

Shades of Royal Blue #267EDB

Tints of Royal Blue #267EDB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.9%

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

R = 9.92%
G = 32.9%
B = 57.18%

CMYK

 C value IS 0.83

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#267EDB (or 0x267EDB) is known color: 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

RGB 38 126 219 -
CMYK 0.83 0.42 0 0.14
HSL 210.83º 0.72% 0.5% -
HSV(B) 210.83º 0.83% 0.86% -
XYZ 21.05 20.45 69.86 -
YUV 110.29 189.35 76.44 -
System Red Green Blue C M Y K H S L
Decimal 38 126 219 0.83 0.42 0 0.14 210.83 0.72 0.5
Hex 26 7E DB 53 2A 0 E D3 48 32
Octal 46 176 333 123 52 0 16 323 110 62
Binary 100110 1111110 11011011 1010011 101010 0 1110 11010011 1001000 110010

Color Harmonies of #267EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267EDB

Black with #267EDB

Text Example


Text Example

White with #267EDB

Text Example


Text Example

HTML Codes & Css Web 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>