Html Css Color HEX #4364FA Royal Blue

📋 copy color: '#4364FA'

red 67 ◦ green 100 ◦ blue 250

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

Shades of Royal Blue #4364FA

Tints of Royal Blue #4364FA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.98%

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

R = 16.07%
G = 23.98%
B = 59.95%

CMYK

 C value IS 0.73

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4364FA (or 0x4364FA) is known color: Royal Blue. HEX triplet: 43, 64 and FA. RGB value is (67,100,250). Sum of RGB (Red+Green+Blue) = 67+100+250=417 (55% of max value = 765). Red value is 67 (26.56% from 255 or 16.07% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #4364FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4364FA is #BC9B05. Grayscale: #6A6A6A. Windows color (decimal): -12360454 or 16409667. OLE color: 16409667.

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

Color convert

RGB 67 100 250 -
CMYK 0.73 0.6 0 0.02
HSL 229.18º 0.95% 0.62% -
HSV(B) 229.18º 0.73% 0.98% -
XYZ 24.13 17.21 92.49 -
YUV 107.23 208.57 99.3 -
System Red Green Blue C M Y K H S L
Decimal 67 100 250 0.73 0.6 0 0.02 229.18 0.95 0.62
Hex 43 64 FA 49 3C 0 2 E5 5F 3E
Octal 103 144 372 111 74 0 2 345 137 76
Binary 1000011 1100100 11111010 1001001 111100 0 10 11100101 1011111 111110

Color Harmonies of #4364FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4364FA

Black with #4364FA

Text Example


Text Example

White with #4364FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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