Html Css Color HEX #265AF3 Royal Blue

📋 copy color: '#265AF3'

red 38 ◦ green 90 ◦ blue 243

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

Shades of Royal Blue #265AF3

Tints of Royal Blue #265AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 65.5%

R = 10.24%
G = 24.26%
B = 65.5%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#265AF3 (or 0x265AF3) is known color: Royal Blue. HEX triplet: 26, 5A and F3. RGB value is (38,90,243). Sum of RGB (Red+Green+Blue) = 38+90+243=371 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.24% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 243 (95.31% from 255 or 65.50% from 371); Max value from RGB is 243 - color contains mainly: blue. Hex color #265AF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265AF3 is #D9A50C. Grayscale: #5B5B5B. Windows color (decimal): -14263565 or 15948326. OLE color: 15948326.

HSL color Cylindrical-coordinate representation of color #265AF3: hue angle of 224.78º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #265AF3 is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 38 90 243 -
CMYK 0.84 0.63 0 0.05
HSL 224.78º 0.9% 0.55% -
HSV(B) 224.78º 0.84% 0.95% -
XYZ 20.63 14.2 86.45 -
YUV 91.89 213.27 89.56 -
System Red Green Blue C M Y K H S L
Decimal 38 90 243 0.84 0.63 0 0.05 224.78 0.9 0.55
Hex 26 5A F3 54 3F 0 5 E1 5A 37
Octal 46 132 363 124 77 0 5 341 132 67
Binary 100110 1011010 11110011 1010100 111111 0 101 11100001 1011010 110111

Color Harmonies of #265AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265AF3

Black with #265AF3

Text Example


Text Example

White with #265AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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