Html Css Color HEX #267AD5 Royal Blue

📋 copy color: '#267AD5'

red 38 ◦ green 122 ◦ blue 213

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

Shades of Royal Blue #267AD5

Tints of Royal Blue #267AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 57.1%

R = 10.19%
G = 32.71%
B = 57.1%

CMYK

 C value IS 0.82

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#267AD5 (or 0x267AD5) is known color: Royal Blue. HEX triplet: 26, 7A and D5. RGB value is (38,122,213). Sum of RGB (Red+Green+Blue) = 38+122+213=373 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.19% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 213 (83.59% from 255 or 57.10% from 373); Max value from RGB is 213 - color contains mainly: blue. Hex color #267AD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267AD5 is #D9852A. Grayscale: #6A6A6A. Windows color (decimal): -14255403 or 13990438. OLE color: 13990438.

HSL color Cylindrical-coordinate representation of color #267AD5: hue angle of 211.2º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #267AD5 is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 38 122 213 -
CMYK 0.82 0.43 0 0.16
HSL 211.2º 0.7% 0.49% -
HSV(B) 211.2º 0.82% 0.84% -
XYZ 19.77 19.14 65.6 -
YUV 107.26 187.67 78.6 -
System Red Green Blue C M Y K H S L
Decimal 38 122 213 0.82 0.43 0 0.16 211.2 0.7 0.49
Hex 26 7A D5 52 2B 0 10 D3 46 31
Octal 46 172 325 122 53 0 20 323 106 61
Binary 100110 1111010 11010101 1010010 101011 0 10000 11010011 1000110 110001

Color Harmonies of #267AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267AD5

Black with #267AD5

Text Example


Text Example

White with #267AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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