Html Css Color HEX #264DEC Royal Blue

📋 copy color: '#264DEC'

red 38 ◦ green 77 ◦ blue 236

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

Shades of Royal Blue #264DEC

Tints of Royal Blue #264DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 67.24%

R = 10.83%
G = 21.94%
B = 67.24%

CMYK

 C value IS 0.84

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#264DEC (or 0x264DEC) is known color: Royal Blue. HEX triplet: 26, 4D and EC. RGB value is (38,77,236). Sum of RGB (Red+Green+Blue) = 38+77+236=351 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.83% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 236 (92.58% from 255 or 67.24% from 351); Max value from RGB is 236 - color contains mainly: blue. Hex color #264DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #264DEC is #D9B213. Grayscale: #525252. Windows color (decimal): -14266900 or 15486246. OLE color: 15486246.

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

Color convert

RGB 38 77 236 -
CMYK 0.84 0.67 0 0.07
HSL 228.18º 0.84% 0.54% -
HSV(B) 228.18º 0.84% 0.93% -
XYZ 18.59 11.78 80.65 -
YUV 83.47 214.08 95.57 -
System Red Green Blue C M Y K H S L
Decimal 38 77 236 0.84 0.67 0 0.07 228.18 0.84 0.54
Hex 26 4D EC 54 43 0 7 E4 54 36
Octal 46 115 354 124 103 0 7 344 124 66
Binary 100110 1001101 11101100 1010100 1000011 0 111 11100100 1010100 110110

Color Harmonies of #264DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264DEC

Black with #264DEC

Text Example


Text Example

White with #264DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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