Html Css Color HEX #265FED Royal Blue

📋 copy color: '#265FED'

red 38 ◦ green 95 ◦ blue 237

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

Shades of Royal Blue #265FED

Tints of Royal Blue #265FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 64.05%

R = 10.27%
G = 25.68%
B = 64.05%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#265FED (or 0x265FED) is known color: Royal Blue. HEX triplet: 26, 5F and ED. RGB value is (38,95,237). Sum of RGB (Red+Green+Blue) = 38+95+237=370 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.27% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 237 (92.97% from 255 or 64.05% from 370); Max value from RGB is 237 - color contains mainly: blue. Hex color #265FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265FED is #D9A012. Grayscale: #5D5D5D. Windows color (decimal): -14262291 or 15556390. OLE color: 15556390.

HSL color Cylindrical-coordinate representation of color #265FED: hue angle of 222.81º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #265FED is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 38 95 237 -
CMYK 0.84 0.60 0 0.07
HSL 222.81º 0.85% 0.54% -
HSV(B) 222.81º 0.84% 0.93% -
XYZ 20.18 14.71 81.9 -
YUV 94.15 208.62 87.95 -
System Red Green Blue C M Y K H S L
Decimal 38 95 237 0.84 0.60 0 0.07 222.81 0.85 0.54
Hex 26 5F ED 54 3C 0 7 DF 55 36
Octal 46 137 355 124 74 0 7 337 125 66
Binary 100110 1011111 11101101 1010100 111100 0 111 11011111 1010101 110110

Color Harmonies of #265FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265FED

Black with #265FED

Text Example


Text Example

White with #265FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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