Html Css Color HEX #265DDC Royal Blue

📋 copy color: '#265DDC'

red 38 ◦ green 93 ◦ blue 220

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

Shades of Royal Blue #265DDC

Tints of Royal Blue #265DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.68%

R = 10.83%
G = 26.5%
B = 62.68%

CMYK

 C value IS 0.83

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#265DDC (or 0x265DDC) is known color: Royal Blue. HEX triplet: 26, 5D and DC. RGB value is (38,93,220). Sum of RGB (Red+Green+Blue) = 38+93+220=351 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.83% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #265DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265DDC is #D9A223. Grayscale: #5A5A5A. Windows color (decimal): -14262820 or 14441766. OLE color: 14441766.

HSL color Cylindrical-coordinate representation of color #265DDC: hue angle of 221.87º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #265DDC is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 38 93 220 -
CMYK 0.83 0.58 0 0.14
HSL 221.87º 0.72% 0.51% -
HSV(B) 221.87º 0.83% 0.86% -
XYZ 17.63 13.41 69.37 -
YUV 91.03 200.78 90.17 -
System Red Green Blue C M Y K H S L
Decimal 38 93 220 0.83 0.58 0 0.14 221.87 0.72 0.51
Hex 26 5D DC 53 3A 0 E DE 48 33
Octal 46 135 334 123 72 0 16 336 110 63
Binary 100110 1011101 11011100 1010011 111010 0 1110 11011110 1001000 110011

Color Harmonies of #265DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265DDC

Black with #265DDC

Text Example


Text Example

White with #265DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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