Html Css Color HEX #2F6BCD Royal Blue

📋 copy color: '#2F6BCD'

red 47 ◦ green 107 ◦ blue 205

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

Shades of Royal Blue #2F6BCD

Tints of Royal Blue #2F6BCD

RGB

 RED value IS 47 (18.75% from 255) = 13.09%

 GREEN value IS 107 (42.19% from 255) = 29.81%

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

R = 13.09%
G = 29.81%
B = 57.1%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2F6BCD (or 0x2F6BCD) is known color: Royal Blue. HEX triplet: 2F, 6B and CD. RGB value is (47,107,205). Sum of RGB (Red+Green+Blue) = 47+107+205=359 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.09% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 205 (80.47% from 255 or 57.10% from 359); Max value from RGB is 205 - color contains mainly: blue. Hex color #2F6BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F6BCD is #D09432. Grayscale: #636363. Windows color (decimal): -13669427 or 13462319. OLE color: 13462319.

HSL color Cylindrical-coordinate representation of color #2F6BCD: hue angle of 217.22º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F6BCD is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 47 107 205 -
CMYK 0.77 0.48 0 0.20
HSL 217.22º 0.63% 0.49% -
HSV(B) 217.22º 0.77% 0.8% -
XYZ 17.45 15.53 59.84 -
YUV 100.23 187.12 90.03 -
System Red Green Blue C M Y K H S L
Decimal 47 107 205 0.77 0.48 0 0.20 217.22 0.63 0.49
Hex 2F 6B CD 4D 30 0 14 D9 3F 31
Octal 57 153 315 115 60 0 24 331 77 61
Binary 101111 1101011 11001101 1001101 110000 0 10100 11011001 111111 110001

Color Harmonies of #2F6BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6BCD

Black with #2F6BCD

Text Example


Text Example

White with #2F6BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F6BCD; }

 p { color: rgb(47,107,205); }

 H1.HeaderClassName
 {
   color: #2F6BCD;
 }
 .AnyTagClassName
 {
   color: #2F6BCD;
 }
</style>

background-color css

<style>
 a { background-color: #2F6BCD; }

 a { background-color: rgb(47,107,205); }

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

border-color css

<style>
 span { border-color: #2F6BCD; }

 span { border-color: rgb(47,107,205); }

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