Html Css Color HEX #264FED Royal Blue

📋 copy color: '#264FED'

red 38 ◦ green 79 ◦ blue 237

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

Shades of Royal Blue #264FED

Tints of Royal Blue #264FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 66.95%

R = 10.73%
G = 22.32%
B = 66.95%

CMYK

 C value IS 0.84

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#264FED (or 0x264FED) is known color: Royal Blue. HEX triplet: 26, 4F and ED. RGB value is (38,79,237). Sum of RGB (Red+Green+Blue) = 38+79+237=354 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.73% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 237 (92.97% from 255 or 66.95% from 354); Max value from RGB is 237 - color contains mainly: blue. Hex color #264FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #264FED is #D9B012. Grayscale: #545454. Windows color (decimal): -14266387 or 15552294. OLE color: 15552294.

HSL color Cylindrical-coordinate representation of color #264FED: hue angle of 227.64º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #264FED is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 38 79 237 -
CMYK 0.84 0.67 0 0.07
HSL 227.64º 0.85% 0.54% -
HSV(B) 227.64º 0.84% 0.93% -
XYZ 18.88 12.12 81.46 -
YUV 84.75 213.92 94.65 -
System Red Green Blue C M Y K H S L
Decimal 38 79 237 0.84 0.67 0 0.07 227.64 0.85 0.54
Hex 26 4F ED 54 43 0 7 E4 55 36
Octal 46 117 355 124 103 0 7 344 125 66
Binary 100110 1001111 11101101 1010100 1000011 0 111 11100100 1010101 110110

Color Harmonies of #264FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264FED

Black with #264FED

Text Example


Text Example

White with #264FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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