Html Css Color HEX #267ADE Royal Blue

📋 copy color: '#267ADE'

red 38 ◦ green 122 ◦ blue 222

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

Shades of Royal Blue #267ADE

Tints of Royal Blue #267ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.12%

R = 9.95%
G = 31.94%
B = 58.12%

CMYK

 C value IS 0.83

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#267ADE (or 0x267ADE) is known color: Royal Blue. HEX triplet: 26, 7A and DE. RGB value is (38,122,222). Sum of RGB (Red+Green+Blue) = 38+122+222=382 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.95% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 222 (87.11% from 255 or 58.12% from 382); Max value from RGB is 222 - color contains mainly: blue. Hex color #267ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267ADE is #D98521. Grayscale: #6B6B6B. Windows color (decimal): -14255394 or 14580262. OLE color: 14580262.

HSL color Cylindrical-coordinate representation of color #267ADE: hue angle of 212.61º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #267ADE is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 122 222 -
CMYK 0.83 0.45 0 0.13
HSL 212.61º 0.74% 0.51% -
HSV(B) 212.61º 0.83% 0.87% -
XYZ 20.94 19.61 71.79 -
YUV 108.28 192.17 77.87 -
System Red Green Blue C M Y K H S L
Decimal 38 122 222 0.83 0.45 0 0.13 212.61 0.74 0.51
Hex 26 7A DE 53 2D 0 D D5 4A 33
Octal 46 172 336 123 55 0 15 325 112 63
Binary 100110 1111010 11011110 1010011 101101 0 1101 11010101 1001010 110011

Color Harmonies of #267ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267ADE

Black with #267ADE

Text Example


Text Example

White with #267ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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