Html Css Color HEX #265AFA Royal Blue

📋 copy color: '#265AFA'

red 38 ◦ green 90 ◦ blue 250

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

Shades of Royal Blue #265AFA

Tints of Royal Blue #265AFA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.81%

 BLUE value IS 250 (98.05% from 255) = 66.14%

R = 10.05%
G = 23.81%
B = 66.14%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#265AFA (or 0x265AFA) is known color: Royal Blue. HEX triplet: 26, 5A and FA. RGB value is (38,90,250). Sum of RGB (Red+Green+Blue) = 38+90+250=378 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10.05% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 250 (98.05% from 255 or 66.14% from 378); Max value from RGB is 250 - color contains mainly: blue. Hex color #265AFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265AFA is #D9A505. Grayscale: #5C5C5C. Windows color (decimal): -14263558 or 16407078. OLE color: 16407078.

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

Color convert

RGB 38 90 250 -
CMYK 0.85 0.64 0 0.02
HSL 225.28º 0.95% 0.56% -
HSV(B) 225.28º 0.85% 0.98% -
XYZ 21.71 14.63 92.12 -
YUV 92.69 216.77 88.99 -
System Red Green Blue C M Y K H S L
Decimal 38 90 250 0.85 0.64 0 0.02 225.28 0.95 0.56
Hex 26 5A FA 55 40 0 2 E1 5F 38
Octal 46 132 372 125 100 0 2 341 137 70
Binary 100110 1011010 11111010 1010101 1000000 0 10 11100001 1011111 111000

Color Harmonies of #265AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265AFA

Black with #265AFA

Text Example


Text Example

White with #265AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,90,250); }

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

background-color css

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

 a { background-color: rgb(38,90,250); }

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

border-color css

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

 span { border-color: rgb(38,90,250); }

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