Html Css Color HEX #264CEC Royal Blue

📋 copy color: '#264CEC'

red 38 ◦ green 76 ◦ blue 236

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

Shades of Royal Blue #264CEC

Tints of Royal Blue #264CEC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.71%

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

R = 10.86%
G = 21.71%
B = 67.43%

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

#264CEC (or 0x264CEC) is known color: Royal Blue. HEX triplet: 26, 4C and EC. RGB value is (38,76,236). Sum of RGB (Red+Green+Blue) = 38+76+236=350 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.86% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 236 (92.58% from 255 or 67.43% from 350); Max value from RGB is 236 - color contains mainly: blue. Hex color #264CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #264CEC is #D9B313. Grayscale: #525252. Windows color (decimal): -14267156 or 15485990. OLE color: 15485990.

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

Color convert

RGB 38 76 236 -
CMYK 0.84 0.68 0 0.07
HSL 228.48º 0.84% 0.54% -
HSV(B) 228.48º 0.84% 0.93% -
XYZ 18.52 11.64 80.63 -
YUV 82.88 214.41 95.99 -
System Red Green Blue C M Y K H S L
Decimal 38 76 236 0.84 0.68 0 0.07 228.48 0.84 0.54
Hex 26 4C EC 54 44 0 7 E4 54 36
Octal 46 114 354 124 104 0 7 344 124 66
Binary 100110 1001100 11101100 1010100 1000100 0 111 11100100 1010100 110110

Color Harmonies of #264CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264CEC

Black with #264CEC

Text Example


Text Example

White with #264CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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