Html Css Color HEX #264CEF Royal Blue

📋 copy color: '#264CEF'

red 38 ◦ green 76 ◦ blue 239

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

Shades of Royal Blue #264CEF

Tints of Royal Blue #264CEF

RGB

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

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

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

R = 10.76%
G = 21.53%
B = 67.71%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#264CEF (or 0x264CEF) is known color: Royal Blue. HEX triplet: 26, 4C and EF. RGB value is (38,76,239). Sum of RGB (Red+Green+Blue) = 38+76+239=353 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.76% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 239 (93.75% from 255 or 67.71% from 353); Max value from RGB is 239 - color contains mainly: blue. Hex color #264CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #264CEF is #D9B310. Grayscale: #525252. Windows color (decimal): -14267153 or 15682598. OLE color: 15682598.

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

Color convert

RGB 38 76 239 -
CMYK 0.84 0.68 0 0.06
HSL 228.66º 0.86% 0.54% -
HSV(B) 228.66º 0.84% 0.94% -
XYZ 18.96 11.81 82.94 -
YUV 83.22 215.91 95.75 -
System Red Green Blue C M Y K H S L
Decimal 38 76 239 0.84 0.68 0 0.06 228.66 0.86 0.54
Hex 26 4C EF 54 44 0 6 E5 56 36
Octal 46 114 357 124 104 0 6 345 126 66
Binary 100110 1001100 11101111 1010100 1000100 0 110 11100101 1010110 110110

Color Harmonies of #264CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264CEF

Black with #264CEF

Text Example


Text Example

White with #264CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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