Html Css Color HEX #3F70CE Royal Blue

📋 copy color: '#3F70CE'

red 63 ◦ green 112 ◦ blue 206

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

Shades of Royal Blue #3F70CE

Tints of Royal Blue #3F70CE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.4%

 BLUE value IS 206 (80.86% from 255) = 54.07%

R = 16.54%
G = 29.4%
B = 54.07%

CMYK

 C value IS 0.69

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3F70CE (or 0x3F70CE) is known color: Royal Blue. HEX triplet: 3F, 70 and CE. RGB value is (63,112,206). Sum of RGB (Red+Green+Blue) = 63+112+206=381 (50% of max value = 765). Red value is 63 (25% from 255 or 16.54% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F70CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F70CE is #C08F31. Grayscale: #6B6B6B. Windows color (decimal): -12619570 or 13529151. OLE color: 13529151.

HSL color Cylindrical-coordinate representation of color #3F70CE: hue angle of 219.44º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F70CE is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 112 206 -
CMYK 0.69 0.46 0 0.19
HSL 219.44º 0.59% 0.53% -
HSV(B) 219.44º 0.69% 0.81% -
XYZ 18.98 17.1 60.69 -
YUV 108.07 183.27 95.86 -
System Red Green Blue C M Y K H S L
Decimal 63 112 206 0.69 0.46 0 0.19 219.44 0.59 0.53
Hex 3F 70 CE 45 2E 0 13 DB 3B 35
Octal 77 160 316 105 56 0 23 333 73 65
Binary 111111 1110000 11001110 1000101 101110 0 10011 11011011 111011 110101

Color Harmonies of #3F70CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F70CE

Black with #3F70CE

Text Example


Text Example

White with #3F70CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,112,206); }

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

background-color css

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

 a { background-color: rgb(63,112,206); }

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

border-color css

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

 span { border-color: rgb(63,112,206); }

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