Html Css Color HEX #3F69CD Royal Blue

📋 copy color: '#3F69CD'

red 63 ◦ green 105 ◦ blue 205

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

Shades of Royal Blue #3F69CD

Tints of Royal Blue #3F69CD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.15%

 BLUE value IS 205 (80.47% from 255) = 54.96%

R = 16.89%
G = 28.15%
B = 54.96%

CMYK

 C value IS 0.69

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3F69CD (or 0x3F69CD) is known color: Royal Blue. HEX triplet: 3F, 69 and CD. RGB value is (63,105,205). Sum of RGB (Red+Green+Blue) = 63+105+205=373 (49% of max value = 765). Red value is 63 (25% from 255 or 16.89% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F69CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F69CD is #C09632. Grayscale: #676767. Windows color (decimal): -12621363 or 13461823. OLE color: 13461823.

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

Color convert

RGB 63 105 205 -
CMYK 0.69 0.49 0 0.20
HSL 222.25º 0.59% 0.53% -
HSV(B) 222.25º 0.69% 0.8% -
XYZ 18.12 15.57 59.81 -
YUV 103.84 185.09 98.87 -
System Red Green Blue C M Y K H S L
Decimal 63 105 205 0.69 0.49 0 0.20 222.25 0.59 0.53
Hex 3F 69 CD 45 31 0 14 DE 3B 35
Octal 77 151 315 105 61 0 24 336 73 65
Binary 111111 1101001 11001101 1000101 110001 0 10100 11011110 111011 110101

Color Harmonies of #3F69CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F69CD

Black with #3F69CD

Text Example


Text Example

White with #3F69CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,105,205); }

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

background-color css

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

 a { background-color: rgb(63,105,205); }

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

border-color css

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

 span { border-color: rgb(63,105,205); }

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