Html Css Color HEX #3F85EE Royal Blue

📋 copy color: '#3F85EE'

red 63 ◦ green 133 ◦ blue 238

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

Shades of Royal Blue #3F85EE

Tints of Royal Blue #3F85EE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.65%

 BLUE value IS 238 (93.36% from 255) = 54.84%

R = 14.52%
G = 30.65%
B = 54.84%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3F85EE (or 0x3F85EE) is known color: Royal Blue. HEX triplet: 3F, 85 and EE. RGB value is (63,133,238). Sum of RGB (Red+Green+Blue) = 63+133+238=434 (57% of max value = 765). Red value is 63 (25% from 255 or 14.52% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #3F85EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F85EE is #C07A11. Grayscale: #7B7B7B. Windows color (decimal): -12614162 or 15631679. OLE color: 15631679.

HSL color Cylindrical-coordinate representation of color #3F85EE: hue angle of 216º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F85EE is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 63 133 238 -
CMYK 0.74 0.44 0 0.07
HSL 216º 0.84% 0.59% -
HSV(B) 216º 0.74% 0.93% -
XYZ 25.87 24 84.16 -
YUV 124.04 192.31 84.46 -
System Red Green Blue C M Y K H S L
Decimal 63 133 238 0.74 0.44 0 0.07 216 0.84 0.59
Hex 3F 85 EE 4A 2C 0 7 D8 54 3B
Octal 77 205 356 112 54 0 7 330 124 73
Binary 111111 10000101 11101110 1001010 101100 0 111 11011000 1010100 111011

Color Harmonies of #3F85EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F85EE

Black with #3F85EE

Text Example


Text Example

White with #3F85EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,133,238); }

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

background-color css

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

 a { background-color: rgb(63,133,238); }

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

border-color css

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

 span { border-color: rgb(63,133,238); }

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