Html Css Color HEX #4380FF Royal Blue

📋 copy color: '#4380FF'

red 67 ◦ green 128 ◦ blue 255

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

Shades of Royal Blue #4380FF

Tints of Royal Blue #4380FF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.44%

 BLUE value IS 255 (100% from 255) = 56.67%

R = 14.89%
G = 28.44%
B = 56.67%

CMYK

 C value IS 0.74

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4380FF (or 0x4380FF) is known color: Royal Blue. HEX triplet: 43, 80 and FF. RGB value is (67,128,255). Sum of RGB (Red+Green+Blue) = 67+128+255=450 (59% of max value = 765). Red value is 67 (26.56% from 255 or 14.89% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #4380FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4380FF is #BC7F00. Grayscale: #7B7B7B. Windows color (decimal): -12353281 or 16744515. OLE color: 16744515.

HSL color Cylindrical-coordinate representation of color #4380FF: hue angle of 220.53º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4380FF is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 67 128 255 -
CMYK 0.74 0.50 0 0
HSL 220.53º 1% 0.63% -
HSV(B) 220.53º 0.74% 1% -
XYZ 28.08 23.85 97.73 -
YUV 124.24 201.79 87.17 -
System Red Green Blue C M Y K H S L
Decimal 67 128 255 0.74 0.50 0 0 220.53 1 0.63
Hex 43 80 FF 4A 32 0 0 DD 64 3F
Octal 103 200 377 112 62 0 0 335 144 77
Binary 1000011 10000000 11111111 1001010 110010 0 0 11011101 1100100 111111

Color Harmonies of #4380FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4380FF

Black with #4380FF

Text Example


Text Example

White with #4380FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4380FF; }

 p { color: rgb(67,128,255); }

 H1.HeaderClassName
 {
   color: #4380FF;
 }
 .AnyTagClassName
 {
   color: #4380FF;
 }
</style>

background-color css

<style>
 a { background-color: #4380FF; }

 a { background-color: rgb(67,128,255); }

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

border-color css

<style>
 span { border-color: #4380FF; }

 span { border-color: rgb(67,128,255); }

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