Html Css Color HEX #4481FE Royal Blue

📋 copy color: '#4481FE'

red 68 ◦ green 129 ◦ blue 254

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

Shades of Royal Blue #4481FE

Tints of Royal Blue #4481FE

RGB

 RED value IS 68 (26.95% from 255) = 15.08%

 GREEN value IS 129 (50.78% from 255) = 28.6%

 BLUE value IS 254 (99.61% from 255) = 56.32%

R = 15.08%
G = 28.6%
B = 56.32%

CMYK

 C value IS 0.73

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4481FE (or 0x4481FE) is known color: Royal Blue. HEX triplet: 44, 81 and FE. RGB value is (68,129,254). Sum of RGB (Red+Green+Blue) = 68+129+254=451 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.08% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #4481FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4481FE is #BB7E01. Grayscale: #7C7C7C. Windows color (decimal): -12287490 or 16679236. OLE color: 16679236.

HSL color Cylindrical-coordinate representation of color #4481FE: hue angle of 220.32º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4481FE is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 68 129 254 -
CMYK 0.73 0.49 0 0.00
HSL 220.32º 0.99% 0.63% -
HSV(B) 220.32º 0.73% 1% -
XYZ 28.12 24.09 96.93 -
YUV 125.01 200.79 87.34 -
System Red Green Blue C M Y K H S L
Decimal 68 129 254 0.73 0.49 0 0.00 220.32 0.99 0.63
Hex 44 81 FE 49 31 0 0 DC 63 3F
Octal 104 201 376 111 61 0 0 334 143 77
Binary 1000100 10000001 11111110 1001001 110001 0 0 11011100 1100011 111111

Color Harmonies of #4481FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4481FE

Black with #4481FE

Text Example


Text Example

White with #4481FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4481FE; }

 p { color: rgb(68,129,254); }

 H1.HeaderClassName
 {
   color: #4481FE;
 }
 .AnyTagClassName
 {
   color: #4481FE;
 }
</style>

background-color css

<style>
 a { background-color: #4481FE; }

 a { background-color: rgb(68,129,254); }

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

border-color css

<style>
 span { border-color: #4481FE; }

 span { border-color: rgb(68,129,254); }

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