Html Css Color HEX #265CED Royal Blue

📋 copy color: '#265CED'

red 38 ◦ green 92 ◦ blue 237

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

Shades of Royal Blue #265CED

Tints of Royal Blue #265CED

RGB

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

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

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

R = 10.35%
G = 25.07%
B = 64.58%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#265CED (or 0x265CED) is known color: Royal Blue. HEX triplet: 26, 5C and ED. RGB value is (38,92,237). Sum of RGB (Red+Green+Blue) = 38+92+237=367 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.35% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 237 (92.97% from 255 or 64.58% from 367); Max value from RGB is 237 - color contains mainly: blue. Hex color #265CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #265CED is #D9A312. Grayscale: #5B5B5B. Windows color (decimal): -14263059 or 15555622. OLE color: 15555622.

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

Color convert

RGB 38 92 237 -
CMYK 0.84 0.61 0 0.07
HSL 223.72º 0.85% 0.54% -
HSV(B) 223.72º 0.84% 0.93% -
XYZ 19.91 14.18 81.81 -
YUV 92.38 209.61 89.21 -
System Red Green Blue C M Y K H S L
Decimal 38 92 237 0.84 0.61 0 0.07 223.72 0.85 0.54
Hex 26 5C ED 54 3D 0 7 E0 55 36
Octal 46 134 355 124 75 0 7 340 125 66
Binary 100110 1011100 11101101 1010100 111101 0 111 11100000 1010101 110110

Color Harmonies of #265CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265CED

Black with #265CED

Text Example


Text Example

White with #265CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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