Html Css Color HEX #267BDD Royal Blue

📋 copy color: '#267BDD'

red 38 ◦ green 123 ◦ blue 221

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

Shades of Royal Blue #267BDD

Tints of Royal Blue #267BDD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.2%

 BLUE value IS 221 (86.72% from 255) = 57.85%

R = 9.95%
G = 32.2%
B = 57.85%

CMYK

 C value IS 0.83

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#267BDD (or 0x267BDD) is known color: Royal Blue. HEX triplet: 26, 7B and DD. RGB value is (38,123,221). Sum of RGB (Red+Green+Blue) = 38+123+221=382 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.95% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #267BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267BDD is #D98422. Grayscale: #6C6C6C. Windows color (decimal): -14255139 or 14514982. OLE color: 14514982.

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

Color convert

RGB 38 123 221 -
CMYK 0.83 0.44 0 0.13
HSL 212.13º 0.73% 0.51% -
HSV(B) 212.13º 0.83% 0.87% -
XYZ 20.93 19.8 71.12 -
YUV 108.76 191.34 77.53 -
System Red Green Blue C M Y K H S L
Decimal 38 123 221 0.83 0.44 0 0.13 212.13 0.73 0.51
Hex 26 7B DD 53 2C 0 D D4 49 33
Octal 46 173 335 123 54 0 15 324 111 63
Binary 100110 1111011 11011101 1010011 101100 0 1101 11010100 1001001 110011

Color Harmonies of #267BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267BDD

Black with #267BDD

Text Example


Text Example

White with #267BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,123,221); }

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

background-color css

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

 a { background-color: rgb(38,123,221); }

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

border-color css

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

 span { border-color: rgb(38,123,221); }

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