Html Css Color HEX #267ADB Royal Blue

📋 copy color: '#267ADB'

red 38 ◦ green 122 ◦ blue 219

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

Shades of Royal Blue #267ADB

Tints of Royal Blue #267ADB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.19%

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

R = 10.03%
G = 32.19%
B = 57.78%

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

#267ADB (or 0x267ADB) is known color: Royal Blue. HEX triplet: 26, 7A and DB. RGB value is (38,122,219). Sum of RGB (Red+Green+Blue) = 38+122+219=379 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10.03% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #267ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267ADB is #D98524. Grayscale: #6B6B6B. Windows color (decimal): -14255397 or 14383654. OLE color: 14383654.

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

Color convert

RGB 38 122 219 -
CMYK 0.83 0.44 0 0.14
HSL 212.15º 0.72% 0.5% -
HSV(B) 212.15º 0.83% 0.86% -
XYZ 20.55 19.45 69.69 -
YUV 107.94 190.67 78.11 -
System Red Green Blue C M Y K H S L
Decimal 38 122 219 0.83 0.44 0 0.14 212.15 0.72 0.5
Hex 26 7A DB 53 2C 0 E D4 48 32
Octal 46 172 333 123 54 0 16 324 110 62
Binary 100110 1111010 11011011 1010011 101100 0 1110 11010100 1001000 110010

Color Harmonies of #267ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267ADB

Black with #267ADB

Text Example


Text Example

White with #267ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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