Html Css Color HEX #4178FA Royal Blue

📋 copy color: '#4178FA'

red 65 ◦ green 120 ◦ blue 250

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

Shades of Royal Blue #4178FA

Tints of Royal Blue #4178FA

RGB

 RED value IS 65 (25.78% from 255) = 14.94%

 GREEN value IS 120 (47.27% from 255) = 27.59%

 BLUE value IS 250 (98.05% from 255) = 57.47%

R = 14.94%
G = 27.59%
B = 57.47%

CMYK

 C value IS 0.74

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4178FA (or 0x4178FA) is known color: Royal Blue. HEX triplet: 41, 78 and FA. RGB value is (65,120,250). Sum of RGB (Red+Green+Blue) = 65+120+250=435 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.94% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #4178FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4178FA is #BE8705. Grayscale: #757575. Windows color (decimal): -12486406 or 16414785. OLE color: 16414785.

HSL color Cylindrical-coordinate representation of color #4178FA: hue angle of 222.16º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4178FA is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 120 250 -
CMYK 0.74 0.52 0 0.02
HSL 222.16º 0.95% 0.62% -
HSV(B) 222.16º 0.74% 0.98% -
XYZ 26.15 21.46 93.21 -
YUV 118.38 202.28 89.93 -
System Red Green Blue C M Y K H S L
Decimal 65 120 250 0.74 0.52 0 0.02 222.16 0.95 0.62
Hex 41 78 FA 4A 34 0 2 DE 5F 3E
Octal 101 170 372 112 64 0 2 336 137 76
Binary 1000001 1111000 11111010 1001010 110100 0 10 11011110 1011111 111110

Color Harmonies of #4178FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4178FA

Black with #4178FA

Text Example


Text Example

White with #4178FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4178FA; }

 p { color: rgb(65,120,250); }

 H1.HeaderClassName
 {
   color: #4178FA;
 }
 .AnyTagClassName
 {
   color: #4178FA;
 }
</style>

background-color css

<style>
 a { background-color: #4178FA; }

 a { background-color: rgb(65,120,250); }

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

border-color css

<style>
 span { border-color: #4178FA; }

 span { border-color: rgb(65,120,250); }

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