Html Css Color HEX #265EDC Royal Blue

📋 copy color: '#265EDC'

red 38 ◦ green 94 ◦ blue 220

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

Shades of Royal Blue #265EDC

Tints of Royal Blue #265EDC

RGB

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

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

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

R = 10.8%
G = 26.7%
B = 62.5%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#265EDC (or 0x265EDC) is known color: Royal Blue. HEX triplet: 26, 5E and DC. RGB value is (38,94,220). Sum of RGB (Red+Green+Blue) = 38+94+220=352 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.80% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #265EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265EDC is #D9A123. Grayscale: #5B5B5B. Windows color (decimal): -14262564 or 14442022. OLE color: 14442022.

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

Color convert

RGB 38 94 220 -
CMYK 0.83 0.57 0 0.14
HSL 221.54º 0.72% 0.51% -
HSV(B) 221.54º 0.83% 0.86% -
XYZ 17.72 13.58 69.4 -
YUV 91.62 200.45 89.75 -
System Red Green Blue C M Y K H S L
Decimal 38 94 220 0.83 0.57 0 0.14 221.54 0.72 0.51
Hex 26 5E DC 53 39 0 E DE 48 33
Octal 46 136 334 123 71 0 16 336 110 63
Binary 100110 1011110 11011100 1010011 111001 0 1110 11011110 1001000 110011

Color Harmonies of #265EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265EDC

Black with #265EDC

Text Example


Text Example

White with #265EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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