Html Css Color HEX #265EFB Royal Blue

📋 copy color: '#265EFB'

red 38 ◦ green 94 ◦ blue 251

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

Shades of Royal Blue #265EFB

Tints of Royal Blue #265EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 65.54%

R = 9.92%
G = 24.54%
B = 65.54%

CMYK

 C value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#265EFB (or 0x265EFB) is known color: Royal Blue. HEX triplet: 26, 5E and FB. RGB value is (38,94,251). Sum of RGB (Red+Green+Blue) = 38+94+251=383 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.92% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 251 (98.44% from 255 or 65.54% from 383); Max value from RGB is 251 - color contains mainly: blue. Hex color #265EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265EFB is #D9A104. Grayscale: #5E5E5E. Windows color (decimal): -14262533 or 16473638. OLE color: 16473638.

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

Color convert

RGB 38 94 251 -
CMYK 0.85 0.63 0 0.02
HSL 224.23º 0.96% 0.57% -
HSV(B) 224.23º 0.85% 0.98% -
XYZ 22.21 15.38 93.07 -
YUV 95.15 215.95 87.23 -
System Red Green Blue C M Y K H S L
Decimal 38 94 251 0.85 0.63 0 0.02 224.23 0.96 0.57
Hex 26 5E FB 55 3F 0 2 E0 60 39
Octal 46 136 373 125 77 0 2 340 140 71
Binary 100110 1011110 11111011 1010101 111111 0 10 11100000 1100000 111001

Color Harmonies of #265EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265EFB

Black with #265EFB

Text Example


Text Example

White with #265EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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