Html Css Color HEX #4B7DF8 Royal Blue

📋 copy color: '#4B7DF8'

red 75 ◦ green 125 ◦ blue 248

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

Shades of Royal Blue #4B7DF8

Tints of Royal Blue #4B7DF8

RGB

 RED value IS 75 (29.69% from 255) = 16.74%

 GREEN value IS 125 (49.22% from 255) = 27.9%

 BLUE value IS 248 (97.27% from 255) = 55.36%

R = 16.74%
G = 27.9%
B = 55.36%

CMYK

 C value IS 0.70

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#4B7DF8 (or 0x4B7DF8) is known color: Royal Blue. HEX triplet: 4B, 7D and F8. RGB value is (75,125,248). Sum of RGB (Red+Green+Blue) = 75+125+248=448 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.74% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 248 (97.27% from 255 or 55.36% from 448); Max value from RGB is 248 - color contains mainly: blue. Hex color #4B7DF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B7DF8 is #B48207. Grayscale: #7B7B7B. Windows color (decimal): -11829768 or 16285003. OLE color: 16285003.

HSL color Cylindrical-coordinate representation of color #4B7DF8: hue angle of 222.66º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B7DF8 is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 75 125 248 -
CMYK 0.70 0.50 0 0.03
HSL 222.66º 0.93% 0.63% -
HSV(B) 222.66º 0.7% 0.97% -
XYZ 27.18 22.94 91.8 -
YUV 124.07 197.94 93 -
System Red Green Blue C M Y K H S L
Decimal 75 125 248 0.70 0.50 0 0.03 222.66 0.93 0.63
Hex 4B 7D F8 46 32 0 3 DF 5D 3F
Octal 113 175 370 106 62 0 3 337 135 77
Binary 1001011 1111101 11111000 1000110 110010 0 11 11011111 1011101 111111

Color Harmonies of #4B7DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7DF8

Black with #4B7DF8

Text Example


Text Example

White with #4B7DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B7DF8; }

 p { color: rgb(75,125,248); }

 H1.HeaderClassName
 {
   color: #4B7DF8;
 }
 .AnyTagClassName
 {
   color: #4B7DF8;
 }
</style>

background-color css

<style>
 a { background-color: #4B7DF8; }

 a { background-color: rgb(75,125,248); }

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

border-color css

<style>
 span { border-color: #4B7DF8; }

 span { border-color: rgb(75,125,248); }

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