Html Css Color HEX #3F88DF Royal Blue

📋 copy color: '#3F88DF'

red 63 ◦ green 136 ◦ blue 223

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

Shades of Royal Blue #3F88DF

Tints of Royal Blue #3F88DF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.23%

 BLUE value IS 223 (87.5% from 255) = 52.84%

R = 14.93%
G = 32.23%
B = 52.84%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3F88DF (or 0x3F88DF) is known color: Royal Blue. HEX triplet: 3F, 88 and DF. RGB value is (63,136,223). Sum of RGB (Red+Green+Blue) = 63+136+223=422 (55% of max value = 765). Red value is 63 (25% from 255 or 14.93% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F88DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F88DF is #C07720. Grayscale: #7B7B7B. Windows color (decimal): -12613409 or 14649407. OLE color: 14649407.

HSL color Cylindrical-coordinate representation of color #3F88DF: hue angle of 212.62º 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 #3F88DF is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 63 136 223 -
CMYK 0.72 0.39 0 0.13
HSL 212.63º 0.71% 0.56% -
HSV(B) 212.63º 0.72% 0.87% -
XYZ 24.17 23.99 73.17 -
YUV 124.09 183.82 84.43 -
System Red Green Blue C M Y K H S L
Decimal 63 136 223 0.72 0.39 0 0.13 212.63 0.71 0.56
Hex 3F 88 DF 48 27 0 D D5 47 38
Octal 77 210 337 110 47 0 15 325 107 70
Binary 111111 10001000 11011111 1001000 100111 0 1101 11010101 1000111 111000

Color Harmonies of #3F88DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F88DF

Black with #3F88DF

Text Example


Text Example

White with #3F88DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,136,223); }

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

background-color css

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

 a { background-color: rgb(63,136,223); }

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

border-color css

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

 span { border-color: rgb(63,136,223); }

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