Html Css Color HEX #3C7DEB Royal Blue

📋 copy color: '#3C7DEB'

red 60 ◦ green 125 ◦ blue 235

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

Shades of Royal Blue #3C7DEB

Tints of Royal Blue #3C7DEB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.76%

 BLUE value IS 235 (92.19% from 255) = 55.95%

R = 14.29%
G = 29.76%
B = 55.95%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3C7DEB (or 0x3C7DEB) is known color: Royal Blue. HEX triplet: 3C, 7D and EB. RGB value is (60,125,235). Sum of RGB (Red+Green+Blue) = 60+125+235=420 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.29% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 235 (92.19% from 255 or 55.95% from 420); Max value from RGB is 235 - color contains mainly: blue. Hex color #3C7DEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C7DEB is #C38214. Grayscale: #757575. Windows color (decimal): -12812821 or 15433020. OLE color: 15433020.

HSL color Cylindrical-coordinate representation of color #3C7DEB: hue angle of 217.71º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C7DEB is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 60 125 235 -
CMYK 0.74 0.47 0 0.08
HSL 217.71º 0.81% 0.58% -
HSV(B) 217.71º 0.74% 0.92% -
XYZ 24.19 21.63 81.5 -
YUV 118.11 193.97 86.56 -
System Red Green Blue C M Y K H S L
Decimal 60 125 235 0.74 0.47 0 0.08 217.71 0.81 0.58
Hex 3C 7D EB 4A 2F 0 8 DA 51 3A
Octal 74 175 353 112 57 0 10 332 121 72
Binary 111100 1111101 11101011 1001010 101111 0 1000 11011010 1010001 111010

Color Harmonies of #3C7DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7DEB

Black with #3C7DEB

Text Example


Text Example

White with #3C7DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,125,235); }

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

background-color css

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

 a { background-color: rgb(60,125,235); }

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

border-color css

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

 span { border-color: rgb(60,125,235); }

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