Html Css Color HEX #2F6CCB Royal Blue

📋 copy color: '#2F6CCB'

red 47 ◦ green 108 ◦ blue 203

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

Shades of Royal Blue #2F6CCB

Tints of Royal Blue #2F6CCB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.17%

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

R = 13.13%
G = 30.17%
B = 56.7%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2F6CCB (or 0x2F6CCB) is known color: Royal Blue. HEX triplet: 2F, 6C and CB. RGB value is (47,108,203). Sum of RGB (Red+Green+Blue) = 47+108+203=358 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.13% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #2F6CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F6CCB is #D09334. Grayscale: #646464. Windows color (decimal): -13669173 or 13331503. OLE color: 13331503.

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

Color convert

RGB 47 108 203 -
CMYK 0.77 0.47 0 0.20
HSL 216.54º 0.62% 0.49% -
HSV(B) 216.54º 0.77% 0.8% -
XYZ 17.31 15.64 58.61 -
YUV 100.59 185.79 89.78 -
System Red Green Blue C M Y K H S L
Decimal 47 108 203 0.77 0.47 0 0.20 216.54 0.62 0.49
Hex 2F 6C CB 4D 2F 0 14 D9 3E 31
Octal 57 154 313 115 57 0 24 331 76 61
Binary 101111 1101100 11001011 1001101 101111 0 10100 11011001 111110 110001

Color Harmonies of #2F6CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6CCB

Black with #2F6CCB

Text Example


Text Example

White with #2F6CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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