Html Css Color HEX #264AEE Royal Blue

📋 copy color: '#264AEE'

red 38 ◦ green 74 ◦ blue 238

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

Shades of Royal Blue #264AEE

Tints of Royal Blue #264AEE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.14%

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

R = 10.86%
G = 21.14%
B = 68%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#264AEE (or 0x264AEE) is known color: Royal Blue. HEX triplet: 26, 4A and EE. RGB value is (38,74,238). Sum of RGB (Red+Green+Blue) = 38+74+238=350 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.86% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 238 (93.36% from 255 or 68% from 350); Max value from RGB is 238 - color contains mainly: blue. Hex color #264AEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #264AEE is #D9B511. Grayscale: #515151. Windows color (decimal): -14267666 or 15616550. OLE color: 15616550.

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

Color convert

RGB 38 74 238 -
CMYK 0.84 0.69 0 0.07
HSL 229.2º 0.85% 0.54% -
HSV(B) 229.2º 0.84% 0.93% -
XYZ 18.68 11.48 82.12 -
YUV 81.93 216.07 96.66 -
System Red Green Blue C M Y K H S L
Decimal 38 74 238 0.84 0.69 0 0.07 229.2 0.85 0.54
Hex 26 4A EE 54 45 0 7 E5 55 36
Octal 46 112 356 124 105 0 7 345 125 66
Binary 100110 1001010 11101110 1010100 1000101 0 111 11100101 1010101 110110

Color Harmonies of #264AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264AEE

Black with #264AEE

Text Example


Text Example

White with #264AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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