Html Css Color HEX #267CDA Royal Blue

📋 copy color: '#267CDA'

red 38 ◦ green 124 ◦ blue 218

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

Shades of Royal Blue #267CDA

Tints of Royal Blue #267CDA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.63%

 BLUE value IS 218 (85.55% from 255) = 57.37%

R = 10%
G = 32.63%
B = 57.37%

CMYK

 C value IS 0.83

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#267CDA (or 0x267CDA) is known color: Royal Blue. HEX triplet: 26, 7C and DA. RGB value is (38,124,218). Sum of RGB (Red+Green+Blue) = 38+124+218=380 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 218 (85.55% from 255 or 57.37% from 380); Max value from RGB is 218 - color contains mainly: blue. Hex color #267CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267CDA is #D98325. Grayscale: #6C6C6C. Windows color (decimal): -14254886 or 14318630. OLE color: 14318630.

HSL color Cylindrical-coordinate representation of color #267CDA: hue angle of 211.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #267CDA is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 38 124 218 -
CMYK 0.83 0.43 0 0.15
HSL 211.33º 0.71% 0.5% -
HSV(B) 211.33º 0.83% 0.85% -
XYZ 20.66 19.89 69.08 -
YUV 109 189.51 77.36 -
System Red Green Blue C M Y K H S L
Decimal 38 124 218 0.83 0.43 0 0.15 211.33 0.71 0.5
Hex 26 7C DA 53 2B 0 F D3 47 32
Octal 46 174 332 123 53 0 17 323 107 62
Binary 100110 1111100 11011010 1010011 101011 0 1111 11010011 1000111 110010

Color Harmonies of #267CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267CDA

Black with #267CDA

Text Example


Text Example

White with #267CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,124,218); }

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

background-color css

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

 a { background-color: rgb(38,124,218); }

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

border-color css

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

 span { border-color: rgb(38,124,218); }

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