Html Css Color HEX #264CEA Royal Blue

📋 copy color: '#264CEA'

red 38 ◦ green 76 ◦ blue 234

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

Shades of Royal Blue #264CEA

Tints of Royal Blue #264CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 67.24%

R = 10.92%
G = 21.84%
B = 67.24%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#264CEA (or 0x264CEA) is known color: Royal Blue. HEX triplet: 26, 4C and EA. RGB value is (38,76,234). Sum of RGB (Red+Green+Blue) = 38+76+234=348 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.92% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 234 (91.80% from 255 or 67.24% from 348); Max value from RGB is 234 - color contains mainly: blue. Hex color #264CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #264CEA is #D9B315. Grayscale: #515151. Windows color (decimal): -14267158 or 15354918. OLE color: 15354918.

HSL color Cylindrical-coordinate representation of color #264CEA: hue angle of 228.37º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #264CEA is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 38 76 234 -
CMYK 0.84 0.68 0 0.08
HSL 228.37º 0.82% 0.53% -
HSV(B) 228.37º 0.84% 0.92% -
XYZ 18.24 11.52 79.1 -
YUV 82.65 213.41 96.15 -
System Red Green Blue C M Y K H S L
Decimal 38 76 234 0.84 0.68 0 0.08 228.37 0.82 0.53
Hex 26 4C EA 54 44 0 8 E4 52 35
Octal 46 114 352 124 104 0 10 344 122 65
Binary 100110 1001100 11101010 1010100 1000100 0 1000 11100100 1010010 110101

Color Harmonies of #264CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264CEA

Black with #264CEA

Text Example


Text Example

White with #264CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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