Html Css Color HEX #3D83EA Royal Blue

📋 copy color: '#3D83EA'

red 61 ◦ green 131 ◦ blue 234

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

Shades of Royal Blue #3D83EA

Tints of Royal Blue #3D83EA

RGB

 RED value IS 61 (24.22% from 255) = 14.32%

 GREEN value IS 131 (51.56% from 255) = 30.75%

 BLUE value IS 234 (91.8% from 255) = 54.93%

R = 14.32%
G = 30.75%
B = 54.93%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3D83EA (or 0x3D83EA) is known color: Royal Blue. HEX triplet: 3D, 83 and EA. RGB value is (61,131,234). Sum of RGB (Red+Green+Blue) = 61+131+234=426 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.32% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #3D83EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D83EA is #C27C15. Grayscale: #797979. Windows color (decimal): -12745750 or 15369021. OLE color: 15369021.

HSL color Cylindrical-coordinate representation of color #3D83EA: hue angle of 215.72º degrees, saturation: 0.8, 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 #3D83EA is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 61 131 234 -
CMYK 0.74 0.44 0 0.08
HSL 215.72º 0.8% 0.58% -
HSV(B) 215.72º 0.74% 0.92% -
XYZ 24.89 23.17 81 -
YUV 121.81 191.31 84.62 -
System Red Green Blue C M Y K H S L
Decimal 61 131 234 0.74 0.44 0 0.08 215.72 0.8 0.58
Hex 3D 83 EA 4A 2C 0 8 D8 50 3A
Octal 75 203 352 112 54 0 10 330 120 72
Binary 111101 10000011 11101010 1001010 101100 0 1000 11011000 1010000 111010

Color Harmonies of #3D83EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D83EA

Black with #3D83EA

Text Example


Text Example

White with #3D83EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,131,234); }

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

background-color css

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

 a { background-color: rgb(61,131,234); }

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

border-color css

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

 span { border-color: rgb(61,131,234); }

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