Html Css Color HEX #265DDD Royal Blue

📋 copy color: '#265DDD'

red 38 ◦ green 93 ◦ blue 221

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

Shades of Royal Blue #265DDD

Tints of Royal Blue #265DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.42%

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

R = 10.8%
G = 26.42%
B = 62.78%

CMYK

 C value IS 0.83

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#265DDD (or 0x265DDD) is known color: Royal Blue. HEX triplet: 26, 5D and DD. RGB value is (38,93,221). Sum of RGB (Red+Green+Blue) = 38+93+221=352 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.80% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #265DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265DDD is #D9A222. Grayscale: #5A5A5A. Windows color (decimal): -14262819 or 14507302. OLE color: 14507302.

HSL color Cylindrical-coordinate representation of color #265DDD: hue angle of 221.97º 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 #265DDD is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 93 221 -
CMYK 0.83 0.58 0 0.13
HSL 221.97º 0.73% 0.51% -
HSV(B) 221.97º 0.83% 0.87% -
XYZ 17.76 13.46 70.07 -
YUV 91.15 201.28 90.09 -
System Red Green Blue C M Y K H S L
Decimal 38 93 221 0.83 0.58 0 0.13 221.97 0.73 0.51
Hex 26 5D DD 53 3A 0 D DE 49 33
Octal 46 135 335 123 72 0 15 336 111 63
Binary 100110 1011101 11011101 1010011 111010 0 1101 11011110 1001001 110011

Color Harmonies of #265DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265DDD

Black with #265DDD

Text Example


Text Example

White with #265DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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