Html Css Color HEX #397BFA Royal Blue

📋 copy color: '#397BFA'

red 57 ◦ green 123 ◦ blue 250

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

Shades of Royal Blue #397BFA

Tints of Royal Blue #397BFA

RGB

 RED value IS 57 (22.66% from 255) = 13.26%

 GREEN value IS 123 (48.44% from 255) = 28.6%

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

R = 13.26%
G = 28.6%
B = 58.14%

CMYK

 C value IS 0.77

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#397BFA (or 0x397BFA) is known color: Royal Blue. HEX triplet: 39, 7B and FA. RGB value is (57,123,250). Sum of RGB (Red+Green+Blue) = 57+123+250=430 (56% of max value = 765). Red value is 57 (22.66% from 255 or 13.26% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #397BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #397BFA is #C68405. Grayscale: #757575. Windows color (decimal): -13009926 or 16415545. OLE color: 16415545.

HSL color Cylindrical-coordinate representation of color #397BFA: hue angle of 219.48º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #397BFA is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 57 123 250 -
CMYK 0.77 0.51 0 0.02
HSL 219.48º 0.95% 0.6% -
HSV(B) 219.48º 0.77% 0.98% -
XYZ 26.03 21.94 93.31 -
YUV 117.74 202.63 84.67 -
System Red Green Blue C M Y K H S L
Decimal 57 123 250 0.77 0.51 0 0.02 219.48 0.95 0.6
Hex 39 7B FA 4D 33 0 2 DB 5F 3C
Octal 71 173 372 115 63 0 2 333 137 74
Binary 111001 1111011 11111010 1001101 110011 0 10 11011011 1011111 111100

Color Harmonies of #397BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397BFA

Black with #397BFA

Text Example


Text Example

White with #397BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397BFA; }

 p { color: rgb(57,123,250); }

 H1.HeaderClassName
 {
   color: #397BFA;
 }
 .AnyTagClassName
 {
   color: #397BFA;
 }
</style>

background-color css

<style>
 a { background-color: #397BFA; }

 a { background-color: rgb(57,123,250); }

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

border-color css

<style>
 span { border-color: #397BFA; }

 span { border-color: rgb(57,123,250); }

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