Html Css Color HEX #265EDA Royal Blue

📋 copy color: '#265EDA'

red 38 ◦ green 94 ◦ blue 218

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

Shades of Royal Blue #265EDA

Tints of Royal Blue #265EDA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.86%

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

R = 10.86%
G = 26.86%
B = 62.29%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#265EDA (or 0x265EDA) is known color: Royal Blue. HEX triplet: 26, 5E and DA. RGB value is (38,94,218). Sum of RGB (Red+Green+Blue) = 38+94+218=350 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.86% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 218 (85.55% from 255 or 62.29% from 350); Max value from RGB is 218 - color contains mainly: blue. Hex color #265EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265EDA is #D9A125. Grayscale: #5A5A5A. Windows color (decimal): -14262566 or 14310950. OLE color: 14310950.

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

Color convert

RGB 38 94 218 -
CMYK 0.83 0.57 0 0.15
HSL 221.33º 0.71% 0.5% -
HSV(B) 221.33º 0.83% 0.85% -
XYZ 17.46 13.48 68.01 -
YUV 91.39 199.45 89.92 -
System Red Green Blue C M Y K H S L
Decimal 38 94 218 0.83 0.57 0 0.15 221.33 0.71 0.5
Hex 26 5E DA 53 39 0 F DD 47 32
Octal 46 136 332 123 71 0 17 335 107 62
Binary 100110 1011110 11011010 1010011 111001 0 1111 11011101 1000111 110010

Color Harmonies of #265EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265EDA

Black with #265EDA

Text Example


Text Example

White with #265EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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