Html Css Color HEX #264DF1 Royal Blue

📋 copy color: '#264DF1'

red 38 ◦ green 77 ◦ blue 241

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

Shades of Royal Blue #264DF1

Tints of Royal Blue #264DF1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.63%

 BLUE value IS 241 (94.53% from 255) = 67.7%

R = 10.67%
G = 21.63%
B = 67.7%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#264DF1 (or 0x264DF1) is known color: Royal Blue. HEX triplet: 26, 4D and F1. RGB value is (38,77,241). Sum of RGB (Red+Green+Blue) = 38+77+241=356 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.67% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 241 (94.53% from 255 or 67.70% from 356); Max value from RGB is 241 - color contains mainly: blue. Hex color #264DF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #264DF1 is #D9B20E. Grayscale: #535353. Windows color (decimal): -14266895 or 15813926. OLE color: 15813926.

HSL color Cylindrical-coordinate representation of color #264DF1: hue angle of 228.47º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #264DF1 is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 38 77 241 -
CMYK 0.84 0.68 0 0.05
HSL 228.47º 0.88% 0.55% -
HSV(B) 228.47º 0.84% 0.95% -
XYZ 19.33 12.07 84.53 -
YUV 84.04 216.58 95.16 -
System Red Green Blue C M Y K H S L
Decimal 38 77 241 0.84 0.68 0 0.05 228.47 0.88 0.55
Hex 26 4D F1 54 44 0 5 E4 58 37
Octal 46 115 361 124 104 0 5 344 130 67
Binary 100110 1001101 11110001 1010100 1000100 0 101 11100100 1011000 110111

Color Harmonies of #264DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264DF1

Black with #264DF1

Text Example


Text Example

White with #264DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,77,241); }

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

background-color css

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

 a { background-color: rgb(38,77,241); }

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

border-color css

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

 span { border-color: rgb(38,77,241); }

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