Html Css Color HEX #267DDB Royal Blue

📋 copy color: '#267DDB'

red 38 ◦ green 125 ◦ blue 219

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

Shades of Royal Blue #267DDB

Tints of Royal Blue #267DDB

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 value IS 0.83

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

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

RGB 38 125 219 -
CMYK 0.83 0.43 0 0.14
HSL 211.16º 0.72% 0.5% -
HSV(B) 211.16º 0.83% 0.86% -
XYZ 20.92 20.19 69.81 -
YUV 109.7 189.68 76.86 -
System Red Green Blue C M Y K H S L
Decimal 38 125 219 0.83 0.43 0 0.14 211.16 0.72 0.5
Hex 26 7D DB 53 2B 0 E D3 48 32
Octal 46 175 333 123 53 0 16 323 110 62
Binary 100110 1111101 11011011 1010011 101011 0 1110 11010011 1001000 110010

Color Harmonies of #267DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267DDB

Black with #267DDB

Text Example


Text Example

White with #267DDB

Text Example


Text Example

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