Html Css Color HEX #267BDC Royal Blue

📋 copy color: '#267BDC'

red 38 ◦ green 123 ◦ blue 220

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

Shades of Royal Blue #267BDC

Tints of Royal Blue #267BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.74%

R = 9.97%
G = 32.28%
B = 57.74%

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

#267BDC (or 0x267BDC) is known color: Royal Blue. HEX triplet: 26, 7B and DC. RGB value is (38,123,220). Sum of RGB (Red+Green+Blue) = 38+123+220=381 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.97% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #267BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267BDC is #D98423. Grayscale: #6C6C6C. Windows color (decimal): -14255140 or 14449446. OLE color: 14449446.

HSL color Cylindrical-coordinate representation of color #267BDC: hue angle of 211.98º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #267BDC is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 38 123 220 -
CMYK 0.83 0.44 0 0.14
HSL 211.98º 0.72% 0.51% -
HSV(B) 211.98º 0.83% 0.86% -
XYZ 20.8 19.75 70.43 -
YUV 108.64 190.84 77.61 -
System Red Green Blue C M Y K H S L
Decimal 38 123 220 0.83 0.44 0 0.14 211.98 0.72 0.51
Hex 26 7B DC 53 2C 0 E D4 48 33
Octal 46 173 334 123 54 0 16 324 110 63
Binary 100110 1111011 11011100 1010011 101100 0 1110 11010100 1001000 110011

Color Harmonies of #267BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267BDC

Black with #267BDC

Text Example


Text Example

White with #267BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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