Html Css Color HEX #267DDC Royal Blue

📋 copy color: '#267DDC'

red 38 ◦ green 125 ◦ blue 220

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

Shades of Royal Blue #267DDC

Tints of Royal Blue #267DDC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.64%

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

R = 9.92%
G = 32.64%
B = 57.44%

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

#267DDC (or 0x267DDC) is known color: Royal Blue. HEX triplet: 26, 7D and DC. RGB value is (38,125,220). Sum of RGB (Red+Green+Blue) = 38+125+220=383 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.92% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #267DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267DDC is #D98223. Grayscale: #6D6D6D. Windows color (decimal): -14254628 or 14449958. OLE color: 14449958.

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

Color convert

RGB 38 125 220 -
CMYK 0.83 0.43 0 0.14
HSL 211.32º 0.72% 0.51% -
HSV(B) 211.32º 0.83% 0.86% -
XYZ 21.05 20.25 70.51 -
YUV 109.82 190.18 76.78 -
System Red Green Blue C M Y K H S L
Decimal 38 125 220 0.83 0.43 0 0.14 211.32 0.72 0.51
Hex 26 7D DC 53 2B 0 E D3 48 33
Octal 46 175 334 123 53 0 16 323 110 63
Binary 100110 1111101 11011100 1010011 101011 0 1110 11010011 1001000 110011

Color Harmonies of #267DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267DDC

Black with #267DDC

Text Example


Text Example

White with #267DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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