Html Css Color HEX #3C7BF2 Royal Blue

📋 copy color: '#3C7BF2'

red 60 ◦ green 123 ◦ blue 242

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

Shades of Royal Blue #3C7BF2

Tints of Royal Blue #3C7BF2

RGB

 RED value IS 60 (23.83% from 255) = 14.12%

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

 BLUE value IS 242 (94.92% from 255) = 56.94%

R = 14.12%
G = 28.94%
B = 56.94%

CMYK

 C value IS 0.75

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3C7BF2 (or 0x3C7BF2) is known color: Royal Blue. HEX triplet: 3C, 7B and F2. RGB value is (60,123,242). Sum of RGB (Red+Green+Blue) = 60+123+242=425 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.12% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 242 (94.92% from 255 or 56.94% from 425); Max value from RGB is 242 - color contains mainly: blue. Hex color #3C7BF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C7BF2 is #C3840D. Grayscale: #757575. Windows color (decimal): -12813326 or 15891260. OLE color: 15891260.

HSL color Cylindrical-coordinate representation of color #3C7BF2: hue angle of 219.23º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C7BF2 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 60 123 242 -
CMYK 0.75 0.49 0 0.05
HSL 219.23º 0.88% 0.59% -
HSV(B) 219.23º 0.75% 0.95% -
XYZ 24.97 21.54 86.85 -
YUV 117.73 198.13 86.82 -
System Red Green Blue C M Y K H S L
Decimal 60 123 242 0.75 0.49 0 0.05 219.23 0.88 0.59
Hex 3C 7B F2 4B 31 0 5 DB 58 3B
Octal 74 173 362 113 61 0 5 333 130 73
Binary 111100 1111011 11110010 1001011 110001 0 101 11011011 1011000 111011

Color Harmonies of #3C7BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7BF2

Black with #3C7BF2

Text Example


Text Example

White with #3C7BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C7BF2; }

 p { color: rgb(60,123,242); }

 H1.HeaderClassName
 {
   color: #3C7BF2;
 }
 .AnyTagClassName
 {
   color: #3C7BF2;
 }
</style>

background-color css

<style>
 a { background-color: #3C7BF2; }

 a { background-color: rgb(60,123,242); }

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

border-color css

<style>
 span { border-color: #3C7BF2; }

 span { border-color: rgb(60,123,242); }

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