Html Css Color HEX #265CDC Royal Blue

📋 copy color: '#265CDC'

red 38 ◦ green 92 ◦ blue 220

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

Shades of Royal Blue #265CDC

Tints of Royal Blue #265CDC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.29%

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

R = 10.86%
G = 26.29%
B = 62.86%

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

#265CDC (or 0x265CDC) is known color: Royal Blue. HEX triplet: 26, 5C and DC. RGB value is (38,92,220). Sum of RGB (Red+Green+Blue) = 38+92+220=350 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.86% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #265CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265CDC is #D9A323. Grayscale: #595959. Windows color (decimal): -14263076 or 14441510. OLE color: 14441510.

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

Color convert

RGB 38 92 220 -
CMYK 0.83 0.58 0 0.14
HSL 222.2º 0.72% 0.51% -
HSV(B) 222.2º 0.83% 0.86% -
XYZ 17.54 13.23 69.34 -
YUV 90.45 201.11 90.59 -
System Red Green Blue C M Y K H S L
Decimal 38 92 220 0.83 0.58 0 0.14 222.2 0.72 0.51
Hex 26 5C DC 53 3A 0 E DE 48 33
Octal 46 134 334 123 72 0 16 336 110 63
Binary 100110 1011100 11011100 1010011 111010 0 1110 11011110 1001000 110011

Color Harmonies of #265CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265CDC

Black with #265CDC

Text Example


Text Example

White with #265CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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