Html Css Color HEX #264FE5 Royal Blue

📋 copy color: '#264FE5'

red 38 ◦ green 79 ◦ blue 229

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

Shades of Royal Blue #264FE5

Tints of Royal Blue #264FE5

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.83%

 BLUE value IS 229 (89.84% from 255) = 66.18%

R = 10.98%
G = 22.83%
B = 66.18%

CMYK

 C value IS 0.83

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#264FE5 (or 0x264FE5) is known color: Royal Blue. HEX triplet: 26, 4F and E5. RGB value is (38,79,229). Sum of RGB (Red+Green+Blue) = 38+79+229=346 (45% of max value = 765). Red value is 38 (15.23% from 255 or 10.98% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 229 (89.84% from 255 or 66.18% from 346); Max value from RGB is 229 - color contains mainly: blue. Hex color #264FE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264FE5 is #D9B01A. Grayscale: #535353. Windows color (decimal): -14266395 or 15028006. OLE color: 15028006.

HSL color Cylindrical-coordinate representation of color #264FE5: hue angle of 227.12º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #264FE5 is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 38 79 229 -
CMYK 0.83 0.66 0 0.10
HSL 227.12º 0.79% 0.52% -
HSV(B) 227.12º 0.83% 0.9% -
XYZ 17.74 11.66 75.44 -
YUV 83.84 209.92 95.3 -
System Red Green Blue C M Y K H S L
Decimal 38 79 229 0.83 0.66 0 0.10 227.12 0.79 0.52
Hex 26 4F E5 53 42 0 A E3 4F 34
Octal 46 117 345 123 102 0 12 343 117 64
Binary 100110 1001111 11100101 1010011 1000010 0 1010 11100011 1001111 110100

Color Harmonies of #264FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264FE5

Black with #264FE5

Text Example


Text Example

White with #264FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,79,229); }

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

background-color css

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

 a { background-color: rgb(38,79,229); }

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

border-color css

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

 span { border-color: rgb(38,79,229); }

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