Html Css Color HEX #2F6FCB Royal Blue

📋 copy color: '#2F6FCB'

red 47 ◦ green 111 ◦ blue 203

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

Shades of Royal Blue #2F6FCB

Tints of Royal Blue #2F6FCB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.75%

 BLUE value IS 203 (79.69% from 255) = 56.23%

R = 13.02%
G = 30.75%
B = 56.23%

CMYK

 C value IS 0.77

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2F6FCB (or 0x2F6FCB) is known color: Royal Blue. HEX triplet: 2F, 6F and CB. RGB value is (47,111,203). Sum of RGB (Red+Green+Blue) = 47+111+203=361 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.02% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #2F6FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F6FCB is #D09034. Grayscale: #656565. Windows color (decimal): -13668405 or 13332271. OLE color: 13332271.

HSL color Cylindrical-coordinate representation of color #2F6FCB: hue angle of 215.38º degrees, saturation: 0.62, 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 #2F6FCB is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 47 111 203 -
CMYK 0.77 0.45 0 0.20
HSL 215.38º 0.62% 0.49% -
HSV(B) 215.38º 0.77% 0.8% -
XYZ 17.64 16.29 58.71 -
YUV 102.35 184.8 88.52 -
System Red Green Blue C M Y K H S L
Decimal 47 111 203 0.77 0.45 0 0.20 215.38 0.62 0.49
Hex 2F 6F CB 4D 2D 0 14 D7 3E 31
Octal 57 157 313 115 55 0 24 327 76 61
Binary 101111 1101111 11001011 1001101 101101 0 10100 11010111 111110 110001

Color Harmonies of #2F6FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6FCB

Black with #2F6FCB

Text Example


Text Example

White with #2F6FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,111,203); }

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

background-color css

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

 a { background-color: rgb(47,111,203); }

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

border-color css

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

 span { border-color: rgb(47,111,203); }

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