Html Css Color HEX #264DEE Royal Blue

📋 copy color: '#264DEE'

red 38 ◦ green 77 ◦ blue 238

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

Shades of Royal Blue #264DEE

Tints of Royal Blue #264DEE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.81%

 BLUE value IS 238 (93.36% from 255) = 67.42%

R = 10.76%
G = 21.81%
B = 67.42%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#264DEE (or 0x264DEE) is known color: Royal Blue. HEX triplet: 26, 4D and EE. RGB value is (38,77,238). Sum of RGB (Red+Green+Blue) = 38+77+238=353 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.76% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 238 (93.36% from 255 or 67.42% from 353); Max value from RGB is 238 - color contains mainly: blue. Hex color #264DEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #264DEE is #D9B211. Grayscale: #535353. Windows color (decimal): -14266898 or 15617318. OLE color: 15617318.

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

Color convert

RGB 38 77 238 -
CMYK 0.84 0.68 0 0.07
HSL 228.3º 0.85% 0.54% -
HSV(B) 228.3º 0.84% 0.93% -
XYZ 18.89 11.89 82.19 -
YUV 83.69 215.08 95.41 -
System Red Green Blue C M Y K H S L
Decimal 38 77 238 0.84 0.68 0 0.07 228.3 0.85 0.54
Hex 26 4D EE 54 44 0 7 E4 55 36
Octal 46 115 356 124 104 0 7 344 125 66
Binary 100110 1001101 11101110 1010100 1000100 0 111 11100100 1010101 110110

Color Harmonies of #264DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264DEE

Black with #264DEE

Text Example


Text Example

White with #264DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264DEE; }

 p { color: rgb(38,77,238); }

 H1.HeaderClassName
 {
   color: #264DEE;
 }
 .AnyTagClassName
 {
   color: #264DEE;
 }
</style>

background-color css

<style>
 a { background-color: #264DEE; }

 a { background-color: rgb(38,77,238); }

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

border-color css

<style>
 span { border-color: #264DEE; }

 span { border-color: rgb(38,77,238); }

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