Html Css Color HEX #267EDA Royal Blue

📋 copy color: '#267EDA'

red 38 ◦ green 126 ◦ blue 218

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

Shades of Royal Blue #267EDA

Tints of Royal Blue #267EDA

RGB

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

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

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

R = 9.95%
G = 32.98%
B = 57.07%

CMYK

 C value IS 0.83

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#267EDA (or 0x267EDA) is known color: Royal Blue. HEX triplet: 26, 7E and DA. RGB value is (38,126,218). Sum of RGB (Red+Green+Blue) = 38+126+218=382 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.95% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 218 (85.55% from 255 or 57.07% from 382); Max value from RGB is 218 - color contains mainly: blue. Hex color #267EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267EDA is #D98125. Grayscale: #6D6D6D. Windows color (decimal): -14254374 or 14319142. OLE color: 14319142.

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

Color convert

RGB 38 126 218 -
CMYK 0.83 0.42 0 0.15
HSL 210.67º 0.71% 0.5% -
HSV(B) 210.67º 0.83% 0.85% -
XYZ 20.92 20.4 69.16 -
YUV 110.18 188.85 76.52 -
System Red Green Blue C M Y K H S L
Decimal 38 126 218 0.83 0.42 0 0.15 210.67 0.71 0.5
Hex 26 7E DA 53 2A 0 F D3 47 32
Octal 46 176 332 123 52 0 17 323 107 62
Binary 100110 1111110 11011010 1010011 101010 0 1111 11010011 1000111 110010

Color Harmonies of #267EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267EDA

Black with #267EDA

Text Example


Text Example

White with #267EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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