Html Css Color HEX #4183FA Royal Blue

📋 copy color: '#4183FA'

red 65 ◦ green 131 ◦ blue 250

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

Shades of Royal Blue #4183FA

Tints of Royal Blue #4183FA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.37%

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

R = 14.57%
G = 29.37%
B = 56.05%

CMYK

 C value IS 0.74

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4183FA (or 0x4183FA) is known color: Royal Blue. HEX triplet: 41, 83 and FA. RGB value is (65,131,250). Sum of RGB (Red+Green+Blue) = 65+131+250=446 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.57% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #4183FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4183FA is #BE7C05. Grayscale: #7C7C7C. Windows color (decimal): -12483590 or 16417601. OLE color: 16417601.

HSL color Cylindrical-coordinate representation of color #4183FA: hue angle of 218.59º 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 #4183FA is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 131 250 -
CMYK 0.74 0.48 0 0.02
HSL 218.59º 0.95% 0.62% -
HSV(B) 218.59º 0.74% 0.98% -
XYZ 27.55 24.26 93.67 -
YUV 124.83 198.63 85.32 -
System Red Green Blue C M Y K H S L
Decimal 65 131 250 0.74 0.48 0 0.02 218.59 0.95 0.62
Hex 41 83 FA 4A 30 0 2 DB 5F 3E
Octal 101 203 372 112 60 0 2 333 137 76
Binary 1000001 10000011 11111010 1001010 110000 0 10 11011011 1011111 111110

Color Harmonies of #4183FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4183FA

Black with #4183FA

Text Example


Text Example

White with #4183FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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