Html Css Color HEX #3F81DE Royal Blue

📋 copy color: '#3F81DE'

red 63 ◦ green 129 ◦ blue 222

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

Shades of Royal Blue #3F81DE

Tints of Royal Blue #3F81DE

RGB

 RED value IS 63 (25% from 255) = 15.22%

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

 BLUE value IS 222 (87.11% from 255) = 53.62%

R = 15.22%
G = 31.16%
B = 53.62%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3F81DE (or 0x3F81DE) is known color: Royal Blue. HEX triplet: 3F, 81 and DE. RGB value is (63,129,222). Sum of RGB (Red+Green+Blue) = 63+129+222=414 (54% of max value = 765). Red value is 63 (25% from 255 or 15.22% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #3F81DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F81DE is #C07E21. Grayscale: #777777. Windows color (decimal): -12615202 or 14582079. OLE color: 14582079.

HSL color Cylindrical-coordinate representation of color #3F81DE: hue angle of 215.09º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F81DE is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 63 129 222 -
CMYK 0.72 0.42 0 0.13
HSL 215.09º 0.71% 0.56% -
HSV(B) 215.09º 0.72% 0.87% -
XYZ 23.08 22.03 72.14 -
YUV 119.87 185.63 87.44 -
System Red Green Blue C M Y K H S L
Decimal 63 129 222 0.72 0.42 0 0.13 215.09 0.71 0.56
Hex 3F 81 DE 48 2A 0 D D7 47 38
Octal 77 201 336 110 52 0 15 327 107 70
Binary 111111 10000001 11011110 1001000 101010 0 1101 11010111 1000111 111000

Color Harmonies of #3F81DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F81DE

Black with #3F81DE

Text Example


Text Example

White with #3F81DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,129,222); }

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

background-color css

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

 a { background-color: rgb(63,129,222); }

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

border-color css

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

 span { border-color: rgb(63,129,222); }

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