Html Css Color HEX #3D68FD Royal Blue

📋 copy color: '#3D68FD'

red 61 ◦ green 104 ◦ blue 253

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

Shades of Royal Blue #3D68FD

Tints of Royal Blue #3D68FD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.88%

 BLUE value IS 253 (99.22% from 255) = 60.53%

R = 14.59%
G = 24.88%
B = 60.53%

CMYK

 C value IS 0.76

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3D68FD (or 0x3D68FD) is known color: Royal Blue. HEX triplet: 3D, 68 and FD. RGB value is (61,104,253). Sum of RGB (Red+Green+Blue) = 61+104+253=418 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.59% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #3D68FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D68FD is #C29702. Grayscale: #6B6B6B. Windows color (decimal): -12752643 or 16607293. OLE color: 16607293.

HSL color Cylindrical-coordinate representation of color #3D68FD: hue angle of 226.56º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D68FD is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 61 104 253 -
CMYK 0.76 0.59 0 0.01
HSL 226.56º 0.98% 0.62% -
HSV(B) 226.56º 0.76% 0.99% -
XYZ 24.6 17.98 95.1 -
YUV 108.13 209.75 94.38 -
System Red Green Blue C M Y K H S L
Decimal 61 104 253 0.76 0.59 0 0.01 226.56 0.98 0.62
Hex 3D 68 FD 4C 3B 0 1 E3 62 3E
Octal 75 150 375 114 73 0 1 343 142 76
Binary 111101 1101000 11111101 1001100 111011 0 1 11100011 1100010 111110

Color Harmonies of #3D68FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D68FD

Black with #3D68FD

Text Example


Text Example

White with #3D68FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,104,253); }

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

background-color css

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

 a { background-color: rgb(61,104,253); }

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

border-color css

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

 span { border-color: rgb(61,104,253); }

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