Html Css Color HEX #267ADC Royal Blue

📋 copy color: '#267ADC'

red 38 ◦ green 122 ◦ blue 220

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

Shades of Royal Blue #267ADC

Tints of Royal Blue #267ADC

RGB

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

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

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

R = 10%
G = 32.11%
B = 57.89%

CMYK

 C value IS 0.83

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#267ADC (or 0x267ADC) is known color: Royal Blue. HEX triplet: 26, 7A and DC. RGB value is (38,122,220). Sum of RGB (Red+Green+Blue) = 38+122+220=380 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #267ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267ADC is #D98523. Grayscale: #6B6B6B. Windows color (decimal): -14255396 or 14449190. OLE color: 14449190.

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

Color convert

RGB 38 122 220 -
CMYK 0.83 0.45 0 0.14
HSL 212.31º 0.72% 0.51% -
HSV(B) 212.31º 0.83% 0.86% -
XYZ 20.68 19.5 70.38 -
YUV 108.06 191.17 78.03 -
System Red Green Blue C M Y K H S L
Decimal 38 122 220 0.83 0.45 0 0.14 212.31 0.72 0.51
Hex 26 7A DC 53 2D 0 E D4 48 33
Octal 46 172 334 123 55 0 16 324 110 63
Binary 100110 1111010 11011100 1010011 101101 0 1110 11010100 1001000 110011

Color Harmonies of #267ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267ADC

Black with #267ADC

Text Example


Text Example

White with #267ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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