Html Css Color HEX #265EFF Royal Blue

📋 copy color: '#265EFF'

red 38 ◦ green 94 ◦ blue 255

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

Shades of Royal Blue #265EFF

Tints of Royal Blue #265EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 65.89%

R = 9.82%
G = 24.29%
B = 65.89%

CMYK

 C value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#265EFF (or 0x265EFF) is known color: Royal Blue. HEX triplet: 26, 5E and FF. RGB value is (38,94,255). Sum of RGB (Red+Green+Blue) = 38+94+255=387 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.82% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #265EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265EFF is #D9A100. Grayscale: #5E5E5E. Windows color (decimal): -14262529 or 16735782. OLE color: 16735782.

HSL color Cylindrical-coordinate representation of color #265EFF: hue angle of 224.52º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #265EFF is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 38 94 255 -
CMYK 0.85 0.63 0 0
HSL 224.52º 1% 0.57% -
HSV(B) 224.52º 0.85% 1% -
XYZ 22.85 15.64 96.42 -
YUV 95.61 217.95 86.91 -
System Red Green Blue C M Y K H S L
Decimal 38 94 255 0.85 0.63 0 0 224.52 1 0.57
Hex 26 5E FF 55 3F 0 0 E1 64 39
Octal 46 136 377 125 77 0 0 341 144 71
Binary 100110 1011110 11111111 1010101 111111 0 0 11100001 1100100 111001

Color Harmonies of #265EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265EFF

Black with #265EFF

Text Example


Text Example

White with #265EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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