Html Css Color HEX #264CF1 Royal Blue

📋 copy color: '#264CF1'

red 38 ◦ green 76 ◦ blue 241

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

Shades of Royal Blue #264CF1

Tints of Royal Blue #264CF1

RGB

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

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

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

R = 10.7%
G = 21.41%
B = 67.89%

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

#264CF1 (or 0x264CF1) is known color: Royal Blue. HEX triplet: 26, 4C and F1. RGB value is (38,76,241). Sum of RGB (Red+Green+Blue) = 38+76+241=355 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.70% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 241 (94.53% from 255 or 67.89% from 355); Max value from RGB is 241 - color contains mainly: blue. Hex color #264CF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #264CF1 is #D9B30E. Grayscale: #525252. Windows color (decimal): -14267151 or 15813670. OLE color: 15813670.

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

Color convert

RGB 38 76 241 -
CMYK 0.84 0.68 0 0.05
HSL 228.77º 0.88% 0.55% -
HSV(B) 228.77º 0.84% 0.95% -
XYZ 19.26 11.93 84.51 -
YUV 83.45 216.91 95.58 -
System Red Green Blue C M Y K H S L
Decimal 38 76 241 0.84 0.68 0 0.05 228.77 0.88 0.55
Hex 26 4C F1 54 44 0 5 E5 58 37
Octal 46 114 361 124 104 0 5 345 130 67
Binary 100110 1001100 11110001 1010100 1000100 0 101 11100101 1011000 110111

Color Harmonies of #264CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264CF1

Black with #264CF1

Text Example


Text Example

White with #264CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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