Html Css Color HEX #265CEF Royal Blue

📋 copy color: '#265CEF'

red 38 ◦ green 92 ◦ blue 239

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

Shades of Royal Blue #265CEF

Tints of Royal Blue #265CEF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.93%

 BLUE value IS 239 (93.75% from 255) = 64.77%

R = 10.3%
G = 24.93%
B = 64.77%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#265CEF (or 0x265CEF) is known color: Royal Blue. HEX triplet: 26, 5C and EF. RGB value is (38,92,239). Sum of RGB (Red+Green+Blue) = 38+92+239=369 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.30% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 239 (93.75% from 255 or 64.77% from 369); Max value from RGB is 239 - color contains mainly: blue. Hex color #265CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265CEF is #D9A310. Grayscale: #5B5B5B. Windows color (decimal): -14263057 or 15686694. OLE color: 15686694.

HSL color Cylindrical-coordinate representation of color #265CEF: hue angle of 223.88º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #265CEF is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 38 92 239 -
CMYK 0.84 0.62 0 0.06
HSL 223.88º 0.86% 0.54% -
HSV(B) 223.88º 0.84% 0.94% -
XYZ 20.21 14.3 83.36 -
YUV 92.61 210.61 89.05 -
System Red Green Blue C M Y K H S L
Decimal 38 92 239 0.84 0.62 0 0.06 223.88 0.86 0.54
Hex 26 5C EF 54 3E 0 6 E0 56 36
Octal 46 134 357 124 76 0 6 340 126 66
Binary 100110 1011100 11101111 1010100 111110 0 110 11100000 1010110 110110

Color Harmonies of #265CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265CEF

Black with #265CEF

Text Example


Text Example

White with #265CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,92,239); }

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

background-color css

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

 a { background-color: rgb(38,92,239); }

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

border-color css

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

 span { border-color: rgb(38,92,239); }

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