Html Css Color HEX #265EDD Royal Blue

📋 copy color: '#265EDD'

red 38 ◦ green 94 ◦ blue 221

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

Shades of Royal Blue #265EDD

Tints of Royal Blue #265EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.61%

R = 10.76%
G = 26.63%
B = 62.61%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#265EDD (or 0x265EDD) is known color: Royal Blue. HEX triplet: 26, 5E and DD. RGB value is (38,94,221). Sum of RGB (Red+Green+Blue) = 38+94+221=353 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.76% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #265EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265EDD is #D9A122. Grayscale: #5B5B5B. Windows color (decimal): -14262563 or 14507558. OLE color: 14507558.

HSL color Cylindrical-coordinate representation of color #265EDD: hue angle of 221.64º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #265EDD is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 94 221 -
CMYK 0.83 0.57 0 0.13
HSL 221.64º 0.73% 0.51% -
HSV(B) 221.64º 0.83% 0.87% -
XYZ 17.85 13.64 70.1 -
YUV 91.73 200.95 89.67 -
System Red Green Blue C M Y K H S L
Decimal 38 94 221 0.83 0.57 0 0.13 221.64 0.73 0.51
Hex 26 5E DD 53 39 0 D DE 49 33
Octal 46 136 335 123 71 0 15 336 111 63
Binary 100110 1011110 11011101 1010011 111001 0 1101 11011110 1001001 110011

Color Harmonies of #265EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265EDD

Black with #265EDD

Text Example


Text Example

White with #265EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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