Html Css Color HEX #264CF2 Royal Blue

📋 copy color: '#264CF2'

red 38 ◦ green 76 ◦ blue 242

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

Shades of Royal Blue #264CF2

Tints of Royal Blue #264CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 67.98%

R = 10.67%
G = 21.35%
B = 67.98%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#264CF2 (or 0x264CF2) is known color: Royal Blue. HEX triplet: 26, 4C and F2. RGB value is (38,76,242). Sum of RGB (Red+Green+Blue) = 38+76+242=356 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.67% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 242 (94.92% from 255 or 67.98% from 356); Max value from RGB is 242 - color contains mainly: blue. Hex color #264CF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #264CF2 is #D9B30D. Grayscale: #525252. Windows color (decimal): -14267150 or 15879206. OLE color: 15879206.

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

Color convert

RGB 38 76 242 -
CMYK 0.84 0.69 0 0.05
HSL 228.82º 0.89% 0.55% -
HSV(B) 228.82º 0.84% 0.95% -
XYZ 19.41 11.99 85.3 -
YUV 83.56 217.41 95.5 -
System Red Green Blue C M Y K H S L
Decimal 38 76 242 0.84 0.69 0 0.05 228.82 0.89 0.55
Hex 26 4C F2 54 45 0 5 E5 59 37
Octal 46 114 362 124 105 0 5 345 131 67
Binary 100110 1001100 11110010 1010100 1000101 0 101 11100101 1011001 110111

Color Harmonies of #264CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264CF2

Black with #264CF2

Text Example


Text Example

White with #264CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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