Html Css Color HEX #4372FA Royal Blue

📋 copy color: '#4372FA'

red 67 ◦ green 114 ◦ blue 250

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

Shades of Royal Blue #4372FA

Tints of Royal Blue #4372FA

RGB

 RED value IS 67 (26.56% from 255) = 15.55%

 GREEN value IS 114 (44.92% from 255) = 26.45%

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

R = 15.55%
G = 26.45%
B = 58%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4372FA (or 0x4372FA) is known color: Royal Blue. HEX triplet: 43, 72 and FA. RGB value is (67,114,250). Sum of RGB (Red+Green+Blue) = 67+114+250=431 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.55% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #4372FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4372FA is #BC8D05. Grayscale: #727272. Windows color (decimal): -12356870 or 16413251. OLE color: 16413251.

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

Color convert

RGB 67 114 250 -
CMYK 0.73 0.54 0 0.02
HSL 224.59º 0.95% 0.62% -
HSV(B) 224.59º 0.73% 0.98% -
XYZ 25.59 20.13 92.98 -
YUV 115.45 203.93 93.44 -
System Red Green Blue C M Y K H S L
Decimal 67 114 250 0.73 0.54 0 0.02 224.59 0.95 0.62
Hex 43 72 FA 49 36 0 2 E1 5F 3E
Octal 103 162 372 111 66 0 2 341 137 76
Binary 1000011 1110010 11111010 1001001 110110 0 10 11100001 1011111 111110

Color Harmonies of #4372FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4372FA

Black with #4372FA

Text Example


Text Example

White with #4372FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,114,250); }

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

background-color css

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

 a { background-color: rgb(67,114,250); }

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

border-color css

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

 span { border-color: rgb(67,114,250); }

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