Html Css Color HEX #267EDC Royal Blue

📋 copy color: '#267EDC'

red 38 ◦ green 126 ◦ blue 220

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

Shades of Royal Blue #267EDC

Tints of Royal Blue #267EDC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.81%

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

R = 9.9%
G = 32.81%
B = 57.29%

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

#267EDC (or 0x267EDC) is known color: Royal Blue. HEX triplet: 26, 7E and DC. RGB value is (38,126,220). Sum of RGB (Red+Green+Blue) = 38+126+220=384 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.90% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 220 (86.33% from 255 or 57.29% from 384); Max value from RGB is 220 - color contains mainly: blue. Hex color #267EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267EDC is #D98123. Grayscale: #6D6D6D. Windows color (decimal): -14254372 or 14450214. OLE color: 14450214.

HSL color Cylindrical-coordinate representation of color #267EDC: hue angle of 210.99º 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 #267EDC is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 38 126 220 -
CMYK 0.83 0.43 0 0.14
HSL 210.99º 0.72% 0.51% -
HSV(B) 210.99º 0.83% 0.86% -
XYZ 21.18 20.5 70.55 -
YUV 110.4 189.85 76.36 -
System Red Green Blue C M Y K H S L
Decimal 38 126 220 0.83 0.43 0 0.14 210.99 0.72 0.51
Hex 26 7E DC 53 2B 0 E D3 48 33
Octal 46 176 334 123 53 0 16 323 110 63
Binary 100110 1111110 11011100 1010011 101011 0 1110 11010011 1001000 110011

Color Harmonies of #267EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267EDC

Black with #267EDC

Text Example


Text Example

White with #267EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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