Html Css Color HEX #3D81FA Royal Blue

📋 copy color: '#3D81FA'

red 61 ◦ green 129 ◦ blue 250

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

Shades of Royal Blue #3D81FA

Tints of Royal Blue #3D81FA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.32%

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

R = 13.86%
G = 29.32%
B = 56.82%

CMYK

 C value IS 0.76

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3D81FA (or 0x3D81FA) is known color: Royal Blue. HEX triplet: 3D, 81 and FA. RGB value is (61,129,250). Sum of RGB (Red+Green+Blue) = 61+129+250=440 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.86% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 250 (98.05% from 255 or 56.82% from 440); Max value from RGB is 250 - color contains mainly: blue. Hex color #3D81FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3D81FA is #C27E05. Grayscale: #797979. Windows color (decimal): -12746246 or 16417085. OLE color: 16417085.

HSL color Cylindrical-coordinate representation of color #3D81FA: hue angle of 218.41º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D81FA is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 61 129 250 -
CMYK 0.76 0.48 0 0.02
HSL 218.41º 0.95% 0.61% -
HSV(B) 218.41º 0.76% 0.98% -
XYZ 27.03 23.59 93.57 -
YUV 122.46 199.97 84.16 -
System Red Green Blue C M Y K H S L
Decimal 61 129 250 0.76 0.48 0 0.02 218.41 0.95 0.61
Hex 3D 81 FA 4C 30 0 2 DA 5F 3D
Octal 75 201 372 114 60 0 2 332 137 75
Binary 111101 10000001 11111010 1001100 110000 0 10 11011010 1011111 111101

Color Harmonies of #3D81FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D81FA

Black with #3D81FA

Text Example


Text Example

White with #3D81FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,129,250); }

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

background-color css

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

 a { background-color: rgb(61,129,250); }

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

border-color css

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

 span { border-color: rgb(61,129,250); }

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