Html Css Color HEX #265DDE Royal Blue

📋 copy color: '#265DDE'

red 38 ◦ green 93 ◦ blue 222

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

Shades of Royal Blue #265DDE

Tints of Royal Blue #265DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 62.89%

R = 10.76%
G = 26.35%
B = 62.89%

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

#265DDE (or 0x265DDE) is known color: Royal Blue. HEX triplet: 26, 5D and DE. RGB value is (38,93,222). Sum of RGB (Red+Green+Blue) = 38+93+222=353 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.76% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 222 (87.11% from 255 or 62.89% from 353); Max value from RGB is 222 - color contains mainly: blue. Hex color #265DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265DDE is #D9A221. Grayscale: #5A5A5A. Windows color (decimal): -14262818 or 14572838. OLE color: 14572838.

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

Color convert

RGB 38 93 222 -
CMYK 0.83 0.58 0 0.13
HSL 222.07º 0.74% 0.51% -
HSV(B) 222.07º 0.83% 0.87% -
XYZ 17.9 13.51 70.77 -
YUV 91.26 201.78 90.01 -
System Red Green Blue C M Y K H S L
Decimal 38 93 222 0.83 0.58 0 0.13 222.07 0.74 0.51
Hex 26 5D DE 53 3A 0 D DE 4A 33
Octal 46 135 336 123 72 0 15 336 112 63
Binary 100110 1011101 11011110 1010011 111010 0 1101 11011110 1001010 110011

Color Harmonies of #265DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265DDE

Black with #265DDE

Text Example


Text Example

White with #265DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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