Html Css Color HEX #265FF3 Royal Blue

📋 copy color: '#265FF3'

red 38 ◦ green 95 ◦ blue 243

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

Shades of Royal Blue #265FF3

Tints of Royal Blue #265FF3

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.27%

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

R = 10.11%
G = 25.27%
B = 64.63%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#265FF3 (or 0x265FF3) is known color: Royal Blue. HEX triplet: 26, 5F and F3. RGB value is (38,95,243). Sum of RGB (Red+Green+Blue) = 38+95+243=376 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.11% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 243 (95.31% from 255 or 64.63% from 376); Max value from RGB is 243 - color contains mainly: blue. Hex color #265FF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265FF3 is #D9A00C. Grayscale: #5E5E5E. Windows color (decimal): -14262285 or 15949606. OLE color: 15949606.

HSL color Cylindrical-coordinate representation of color #265FF3: hue angle of 223.32º 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 #265FF3 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 38 95 243 -
CMYK 0.84 0.61 0 0.05
HSL 223.32º 0.9% 0.55% -
HSV(B) 223.32º 0.84% 0.95% -
XYZ 21.07 15.07 86.59 -
YUV 94.83 211.62 87.47 -
System Red Green Blue C M Y K H S L
Decimal 38 95 243 0.84 0.61 0 0.05 223.32 0.9 0.55
Hex 26 5F F3 54 3D 0 5 DF 5A 37
Octal 46 137 363 124 75 0 5 337 132 67
Binary 100110 1011111 11110011 1010100 111101 0 101 11011111 1011010 110111

Color Harmonies of #265FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265FF3

Black with #265FF3

Text Example


Text Example

White with #265FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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